Answers for "renommer 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

renommer la branche main de git

git branch -m new-name
Posted by: Guest on February-10-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language