..
git - push & pull
- 拉取远程分支到本地
git pull origin remote_branch -r
- push本地分支到远程分支
git push origin local_branch:remote_branch