Answers for "set default git branch to main"

5

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 "set default git branch to main"

Browse Popular Code Answers by Language