提交代码 1、git add . 2、git commit -m "1 day" 3、git remote add origin https://github.com/quenlang/test.git 4、git push -u origin master
拉取代码 1、git clone https://github.com/quenlang/test.git 2、git pull
查看分支 1、git branch -r
学习地址: https://github.com/Unknwon/the-way-to-go_ZH_CN/blob/master/eBook/06.2.md