My main branch is not named Master but main. So every time I start a new hotfix branch develop is the default branch.
Here is my config file:
[gitflow "branch"]
master = main
develop = develop
[gitflow "prefix"]
feature = feature/
release = release/
hotfix = hotfix/
versiontag =
Any ideas? Version 3.4.7