echo "# xxx" >> README.md git init git add README.md git commit -m "first commit" git remote add origin https://github.com/qslcna/xxx.git git push -u origin master
echo "# xxx" >> README.md git init git add README.md git commit -m "first commit" git remote add origin https://github.com/qslcna/xxx.git git push -u origin master
转载于:https://www.cnblogs.com/qslcna/p/5582034.html