-
新建一个远程仓库就明白了
-
看截图领悟
2020年07月07日
touch README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin http://git.ctirobot.com:8080/Ahren/test.git
git push origin master
git push -u origin master
git remote add origin http://git.ctirobot.com:8080/Ahren/test.git
git push -u origin master