text 在GIT中重命名分支

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text 在GIT中重命名分支相关的知识,希望对你有一定的参考价值。

If you want to rename a branch while pointed to any branch, do:

git branch -m <oldname> <newname>

If you want to rename the current branch, you can do:

git branch -m <newname>

以上是关于text 在GIT中重命名分支的主要内容,如果未能解决你的问题,请参考以下文章

text 在git中重命名本地和远程分支

markdown 在Git中重命名远程分支

当远程分支在 Git 中重命名时,如何更新我的本地引用?

删除分支后在 Github 中重命名/编辑标签?

在 TFS 2012 中重命名分支的后果是啥?

在 Gitkraken 中重命名分支?