Git - Configuration and Aliases
You want all new repositories on your system to start with the branch name
stable. How do you set this globally and verify it?stable. How do you set this globally and verify it?git config --global init.defaultBranch stable to set the default branch name for all new repos globally.git config --global init.defaultBranch to confirm the value is set to 'stable'.git config --global init.defaultBranch stable and then git config --global init.defaultBranch -> Option A15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions