Answers for "this will set master as the default branch. change the default name in your settings."

5

set the default branch to main

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

Code answers related to "this will set master as the default branch. change the default name in your settings."

Browse Popular Code Answers by Language