Comparing branchesDeleting branches

git branch -m <old_name> <new_name>

Même chose que :

git branch –move <old_name> <new_name>

Penser à faire des noms parlants, pertinents !