$ git push <远程主机名> <本地分支名>:<远程分支名> 比如我要将本地的wy分支推送到远程wy分支 git push origin wy:wy
http://www.yiibai.com/git/git_push.html