renomer une branche git code example
Example: renomear branch
$ git branch -m nome_antigo novo_nome
$ git branch -m master main
Ou crie um nova
$ git checkout -b main
$ git branch -m nome_antigo novo_nome
$ git branch -m master main
Ou crie um nova
$ git checkout -b main