git常用指令
时间:2020-09-27 16:07:03
收藏:0
阅读:36
git init
git add .
git commit -m "备注"
git remote add origin git@github.com:michaelliao/learngit.git
git push -u origin master
git push origin master
git clone https://xxxxxxxxx
原文:https://www.cnblogs.com/catfish1921/p/13739540.html
评论(0)