git+Github上传代码

1     echo "# update" >> README.md
2     git init
3     git add  README.md
4     git commit -m "first commit"
5     git remote add origin [email protected]:earwind/update.git
6     git push -u origin master

猜你喜欢

转载自www.cnblogs.com/qxp140605/p/11575593.html