Renommer la branche locale dans git

Exemples de code

3
0

branche de renommage git

git branch –m old-name new-name

git push origin :old-name new-name
git push origin –u new-name
3
0

git renommer la branche depuis local

1. 'Start by switching to the local branch which you want to rename:'
git checkout <old_name>

2. 'Rename the local branch by typing:'
git branch -m <new_name>

Dans d'autres langues

Cette page est dans d'autres langues

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