I applied gitflow in sourcetree. However, I reconsidered my git structure and don't need that anymore. Not that it actually in the way, but still would like to undo the whole gitflow thing.
I did not create features or releases yet. I do have master and develop and want to keep them.
Could I just delete the gitflow entries in the config file in .git?
[gitflow "branch"]
master = master
develop = develop
[gitflow "prefix"]
feature = feature/
release = release/
hotfix = hotfix/
support = support/
versiontag =