git

git init 

git remote add origin http://******

git fetch origin population-forecast

git checkout -b population-forecast origin/population-forecast



git status

git add .

git commit -m 'Init my first app'
git pull origin population-forecast 
git push origin population-forecast   




克隆分支  git clone -b report-forms-subsystem http://********

 



posted @ 2017-09-13 16:03  年少的你如此美丽  阅读(422)  评论(0编辑  收藏  举报