Converting to GitFlow is simple. Whenever you need to convert, simply do the following
git checkout main
git checkout -b develop
git push upstream develop
Afterwards you need to set develop
to be your default
branch. And now all development happens on the
develop
branch