Renaming branches remotely in Git

后端 未结 9 1184
执笔经年
执笔经年 2020-11-28 17:07

If there is a repository that I only have git:// access to (and would usually just push+pull), is there a way to rename branches in that repository in the same

9条回答
  •  攒了一身酷
    2020-11-28 17:51

    You can create a new branch based on old-name branch. Just like this, then delete the old branch, over!!!

提交回复
热议问题