Skip to content

Conversation

@mkurz
Copy link
Member

@mkurz mkurz commented Feb 5, 2022

@SethTisue and @ihostage already renamed the master branch in some play repos:

Now that we are centralising configs in the .github repo it's a good idea that all repos have the same default branch name.

To change to main locally (if the remote to this repo is called upstream):

git branch -m master main # rename master to main (actually "move")
git fetch upstream
git branch -u upstream/main main # set upstream
git remote set-head upstream -a # make sure HEAD is set correctly for this remote (autodetect)

@mkurz mkurz merged commit bb39d1c into playframework:main Feb 5, 2022
@mkurz mkurz deleted the rename_main branch February 5, 2022 17:57
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

Successfully merging this pull request may close these issues.

1 participant