I’ve renamed the branch ‘develop' to ‘main' and set it as the new
efault branch for
https://github.com/hal/console. You should see a pop up
when visiting the repo with a set of instructions on how to update your
local repo.
In case you’ve dismissed it, here it is:
git branch -m develop main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a
PRs are updated automatically.
Background of the renaming is that I want to simplify the release process
and no longer want to use Git Flow which uses two separate branches
‘develop’ and ‘master’.
If you have any questions or issues, please let me know!
--
Harald Pehl
hpehl(a)redhat.com