Answers for "how to change the default git branch to main from master"

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 change the default git branch to main from master"

Browse Popular Code Answers by Language