push pull

来源:互联网 发布:复杂网络中的超网 编辑:程序博客网 时间:2024/06/06 06:51

远程多分支情况下不能用默认的git pull和git push。

1.查看分支

git branch -a

2.push 到远程分支

 git push <remote>  <source>:<destination> 将本地分支source push到远程仓库remote下destination分支