renomeando branch 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: renomeando branch
git branch -m nome_antigo novo_nome
$ 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