Dict.CN 在线词典, 英语学习, 在线翻译 ------------- MyGitee My腾云code

Happy_EveryDay

可以平凡 不可以平庸 无爱则无忧,无欲则无求,无怒而无敌,无怨才是佛。所有烦恼,都是放不下的执著 开源技群 328035181 MyGitee

git 命令提交项目

git init
git status
git commit -m "add 初始化项目"
git config --global user.name "sf2022"
git config --global user.email "zhuqiufa@163.com"

git remote add origin https://gitee.com/smallfa/uni-book-shopu.git

git push -u origin "master"
 

posted on 2023-08-31 00:31  cn2025  阅读(18)  评论(0)    收藏  举报

导航