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://********