标签:
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
[Git] Create a new repository on the command line
标签:
原文地址:http://www.cnblogs.com/qslcna/p/5582034.html