Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Renaming default branch from 'master' to 'main' #61

Open
raxod502 opened this issue Jun 1, 2022 · 0 comments
Open

Renaming default branch from 'master' to 'main' #61

raxod502 opened this issue Jun 1, 2022 · 0 comments

Comments

@raxod502
Copy link
Member

raxod502 commented Jun 1, 2022

Following https://github.com/github/renaming, I've renamed the default branch on el-patch from master to main. You can update your local copy following these instructions:

git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a

Let me know if this change causes any disruption and I can see what I can do to mitigate!

@raxod502 raxod502 pinned this issue Jun 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant