HTF icon indicating copy to clipboard operation
HTF copied to clipboard

master branch renamed to main

Open skogsbaer opened this issue 3 years ago • 0 comments

Hey fellow developers,

I renamed to master branch to main. You need to issue to following commands to update your local copy:

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

I'll keep this issue open for some time.

skogsbaer avatar Feb 28 '23 08:02 skogsbaer