Answers for "git main branch default"

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

Browse Popular Code Answers by Language