Git - Configuration and Aliases
Which of the following is the correct syntax to set the default branch name to
main for the current user only?main for the current user only?--global flag sets configuration for the current user globally.git config --global init.defaultBranch main is the correct syntax to set the default branch name globally.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions