1 echo "# update" >> README.md 2 git init 3 git add README.md 4 git commit -m "first commit" 5 git remote add origin git@github.com:earwind/update.git 6 git push -u origin master
git+Github上传代码
原文:https://www.cnblogs.com/qxp140605/p/11575593.html