Easily rename the default branch master to other name
answer: git config --global init.defaultBranch my_branch_name
Thanks!
If you take the etymology of "master copy" back one additional step, you just get right back to the master-slave metaphor.
right. but how do I change the git client's default branch name, you know, like the title suggests?
answer: git config --global init.defaultBranch my_branch_name
Thanks!
If you take the etymology of "master copy" back one additional step, you just get right back to the master-slave metaphor.
right. but how do I change the git client's default branch name, you know, like the title suggests?