Answers for "using 'master' as the name for the initial branch. this default branch name"

1

To set main as the default branch name do:

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

Code answers related to "using 'master' as the name for the initial branch. this default branch name"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language