Cambia il nome della filiale locale

Esempi di codice

16
0

cambia il nome della filiale locale

git branch -m <newname>
13
0

git rinomina ramo locale

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

modifica nome ramo git

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

git cambia nome ramo

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

git rinomina un ramo locale

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

come cambiare il nome del ramo

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.

In altre lingue

Questa pagina è in altre lingue

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