Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

        support = support/
        versiontag = v

 

If you need to redo the git flow init, simply execute:

...

Code Block
git flow init -f
 

Uninstall:

Mac:

Code Block
brew unlink git-flow

...