Answers for "renomeando branch"

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
0

renomeando branch

git branch -m nome_antigo novo_nome
Posted by: Guest on June-02-2021

Browse Popular Code Answers by Language