-
Notifications
You must be signed in to change notification settings - Fork 7.3k
Closed
Description
Our team would prefer to change our default branch name away from "master", since "master" is a generally problematic term due to its association with slavery in some contexts. (We are aware that "master" as used in git does not necessarily have that connotation, but we do not want to nitpick about etymology here.)
We are considering one of these names for the default branch name: trunk, development, or main.
TODO:
- check our scripts/automation for whether
masteris hardcoded anywhere - run the branch migration script (below)
- move branch protections from
masterto new branch - modify docs to reference the new branch instead of
master - delete
masterbranch - instruct devs to update their local clones:
git fetch origin --prune git checkout trunk git remote set-head origin trunk git branch -D master
Ref. desktop/desktop#6478
Hanse00, g3rd, pushpendrapratap, davetapley, nekikara and 6 moretimostrating, Flukas88, alex-cavalleri, soumendrak, SIkebe and 31 moreYusukeSuzukidunxen
Metadata
Metadata
Assignees
Labels
No labels