Answers for "how to set up default main branch in git from terminal"

2

set the default branch to main

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

Code answers related to "how to set up default main branch in git from terminal"

Browse Popular Code Answers by Language