git init
touch README.md
git add README.md
git commit -m "first commit"
git remote add origin git@xxx.xxx.xxx.xxxx:sn/weight.git
git push -u origin master
git init
touch README.md
git add README.md
git commit -m "first commit"
git remote add origin git@xxx.xxx.xxx.xxxx:sn/weight.git
git push -u origin master
本文标题:git新建项目到GitHub
本文链接:https://www.haomeiwen.com/subject/nfmppxtx.html
网友评论