git + Github code upload

 

 

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

 

Guess you like

Origin www.cnblogs.com/qxp140605/p/11575593.html