After git flow init
, how to remove git flow
model?
Even, I removed related config from .git/config
file.
If you removed those sections from your config any reference to git-flow is gone.
There isn't really a need to remove anything though, the git-flow model is just that, it's a model. You can always use standard git commands.
What git-flow adds to your config, only git-flow software will use, not the git itself.