Answers for "set default branch to main on git init"

0

set default branch to main on git init

$ git config --global init.defaultBranch main
Posted by: Guest on January-30-2021

Code answers related to "set default branch to main on git init"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language