Closed mnyon-grandkru closed 2 years ago
I needed to set the default branch to main so that I can use the gcm alias successfully. In order to do that, I did the following: git config --global init.defaultBranch main
main
gcm
git config --global init.defaultBranch main
I needed to set the default branch to
main
so that I can use thegcm
alias successfully. In order to do that, I did the following:git config --global init.defaultBranch main