git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com.xxx.git
git push -u origin master
由于是第一次提交,不需要pull,直接push就行
git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com.xxx.git
git push -u origin master
由于是第一次提交,不需要pull,直接push就行
本文标题:git 第一次提交代码
本文链接:https://www.haomeiwen.com/subject/rzbhdftx.html
网友评论