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 =
The [gitflow ...] sections are only read by the gitflow special command. It is safe to remove them if you do not use the gitflow command anymore. Pure "Git" has no use for those sections.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.