git checkout -b xxx
进入分支
git commit -am "更新说明"
提交代码到分支
git push origin xx
提交更新
git pull origin xxx
拉取分支下最新代码
git log
查看提交log