git 第一次提交代码
git init git add README.md git commit -m "first commit" git remote add origin https://git.coding.net/ggband/xxx.git git push -f origin master
ggband
git 第一次提交代码git init git add README.md git commit -m "first commit" git remote add origin https://git.coding.net/ggband/xxx.git git push -f origin master
ggband
|