ctrlf icon indicating copy to clipboard operation
ctrlf copied to clipboard

Renaming default branch from 'master' to 'main'

Open raxod502 opened this issue 3 years ago • 0 comments

Following https://github.com/github/renaming, I've renamed the default branch on CTRLF 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 avatar Jun 01 '22 16:06 raxod502