Published
- 1 min read
renomear branch
The solution for this is noted below
renomear branch
Solution
$ git branch -m nome_antigo novo_nome
$ git branch -m master main
Ou crie um nova
$ git checkout -b main
Try other methods by searching on the site. That is if this doesn’t work