更改本地分支名称

代码示例

16
0

更改本地分支名称

git branch -m <newname>
13
0

git重命名本地分支

git branch -m <oldname> <newname>
10
0

编辑分支名称git

$ git checkout Branch-Name-You-Want-to-Change
$ git branch -m New-Branch-Name
2
0

git更改分支名称

git branch –m old-name new-name
0
0

git重命名本地分支

git branch -m <new-branch-name>
0
0

如何更改分支名称

Rename a local and remote branch in git
Rename your local branch. If you are on the branch you want to rename: git branch -m new-name. ...
Delete the old-name remote branch and push the new-name local branch. git push origin :old-name new-name.
Reset the upstream branch for the new-name local branch. Switch to the branch and then: git push origin -u new-name.

其他语言

此页面有其他语言版本

Русский
..................................................................................................................
English
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................