renommer branche git code example
Example 1: renomear branch
$ git branch -m nome_antigo novo_nome
$ git branch -m master main
Ou crie um nova
$ git checkout -b main
Example 2: renommer la branche main de git
git branch -m new-name
$ git branch -m nome_antigo novo_nome
$ git branch -m master main
Ou crie um nova
$ git checkout -b main
git branch -m new-name