git 提交代码至远程服务器
git add
git commit
ctrl+X
ctrl+y
enter
查看所有分支:git branch -a
git pull origin HEAD:refs/for/【分支名】