Answers for "git default main branch"

2

set the default branch to main

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

set defualt branch to main git

git config --global init.defaultBranch main
Posted by: Guest on October-05-2021

Code answers related to "git default main branch"

Browse Popular Code Answers by Language