Open
Description
In the wake of recent events, several developers have chosen to rename the "master" branches on their projects, and GitHub has announced they will be changing the default branch name as well (although they haven't announced to what). It seems like "main", "develop", and "trunk" are all popular options.
Should we consider doing the same?
One problem with renaming branches is it breaks all existing links to files within repositories, however it appears that can be worked around via the use of git symrefs which allow the old name to point to the new name:
https://twitter.com/mountain_ghosts/status/1274060788580388868
Metadata
Metadata
Assignees
Labels
No labels