macropin / django-registration

Django-registration (redux) provides user registration functionality for Django websites.
http://django-registration-redux.readthedocs.org
Other
974 stars 348 forks source link

Rename master branch to main #425

Closed macropin closed 2 years ago

macropin commented 2 years ago

I propose to rename the master branch to main

@dicato @joshblum Do you foresee any issues (apart from the need to update local checkouts)?

joshblum commented 2 years ago

@macropin sgtm! There are a few docs with the branch name hardcoded that would have to be updated but no meaty issues come to mind

macropin commented 2 years ago

The change has been made. Please update your local repos:

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