Updating default branch name to main #4699
Replies: 1 comment 2 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey all 👋
I wanted to drop a quick note to say we’ve updated the default branch name from
master
tomain
in this repository (there’s a good writeup about the history and motivation on the Software Freedom Conservancy’s blog).To migrate, we’re using Github’s renaming feature, which automatically updates the base branch for any PRs and updates links accordingly. However, it can’t update anyone’s local clone of the repo so you’ll have to that manually.
Updating your local clone
You can follow Github’s instructions, which I’ll include below as well:
The following command also removes tracking references to the old branch name:
If you run into any problems, let us know!
Beta Was this translation helpful? Give feedback.
All reactions