ruptures
ruptures copied to clipboard
Change branch name from `master` to `main`
Go to GH settings > branches
Then, run on local:
git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a
We'll look into that. Thanks.
Up :)