Mudar o nome do ramo empurrado

Exemplos de código

48
0

mudar o nome do ramo git

git branch -m <new_name>
13
0

git muda o nome da ramificação local

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

editar o nome da ramificação git

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

mudar o nome de um ramo que o alredy empurrou

#checkout to the branch
git checkout old_branch_name

#in the same branch run the command
git branch -m new_branch_name

Em outros idiomas

Esta página está em outros idiomas

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