git init
git add .
git config user.name 'xxx'
git config user.email '1111@qq.com'
git pull https://git.oschina.net/xxx/maple.git master
git remote add origin https://git.oschina.net/xxx/maple.git
git commit -am 'init'
git push -u origin master
git init
git add .
git config user.name 'xxx'
git config user.email '1111@qq.com'
git pull https://git.oschina.net/xxx/maple.git master
git remote add origin https://git.oschina.net/xxx/maple.git
git commit -am 'init'
git push -u origin master
本文标题:git首次提交
本文链接:https://www.haomeiwen.com/subject/ahcudftx.html
网友评论