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

 

相关文章: