exercism / development-environment

16 stars 19 forks source link

The master branch will be renamed to main #67

Closed ErikSchierboom closed 3 years ago

ErikSchierboom commented 3 years ago

In line with our new org-wide policy, the master branch of this repo will be renamed to main. All open PRs will be automatically repointed.

GitHub will show you a notification about this when you look at this repo after renaming:

Screenshot 2021-01-27 at 15 31 45

In case it doesn't, this is the command it suggests:

git branch -m master main
git fetch origin
git branch -u origin/main main

You may like to update the primary branch on your forks too, which you can do under Settings->Branches and clicking the pencil icon on the right-hand-side under Default Branch:

Screenshot 2021-01-27 at 18 50 08

We will post a comment below when this is done. We expect it to happen within the next 12 hours.

ErikSchierboom commented 3 years ago

As of today, the default branch of this repository has been changed to main.