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

Rename the default branch master -> main #132

Open
unkcpz opened this issue Feb 21, 2024 · 0 comments
Open

Rename the default branch master -> main #132

unkcpz opened this issue Feb 21, 2024 · 0 comments

Comments

@unkcpz
Copy link
Member

unkcpz commented Feb 21, 2024

I rename the default branch name from master -> main to conform with "modern" github convention.

To update your local branch, run:

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

@danielhollas @yakutovicha I case you didn't notice.

unkcpz added a commit that referenced this issue Feb 21, 2024
To conform with #132
unkcpz added a commit that referenced this issue Feb 21, 2024
To conform with #132
unkcpz added a commit that referenced this issue Feb 21, 2024
To conform with #132
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant