Overview
The "Changing the git branch name" section of the Implementation page is out of date.
Details
From the page:
Their recommendation is to wait until later in the year (2020) to change branch names. However, if you want to start work, we recommend the following [...]
There have been some changes since this was last updated:
- GitHub now has an option for renaming branches.
- GitLab also has extensive support for changing default branch names.
- New GitLab and GitHub projects have a default branch of
main.
- New
git configuration allows you to change the default branch name on your local machine
Source
Overview
The "Changing the git branch name" section of the Implementation page is out of date.
Details
From the page:
There have been some changes since this was last updated:
main.gitconfiguration allows you to change the default branch name on your local machineSource