Answers for "mudar branch git"

2

renomear branch

$ git branch -m nome_antigo novo_nome
$ git branch -m master main

Ou crie um nova

$ git checkout -b main
Posted by: Guest on October-03-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language