Hi,
just for information, whoever cares 😉
I changed the master branch into main.
To update your forks:
git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a
Hi,
just for information, whoever cares 😉
I changed the master branch into main.
To update your forks:
git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a