Versions Compared

Key

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

...

Code Block
wget -nd -nv --no-check-certificate -q https://raw.github.com/petervanderdoes/gitflow/develop/contrib/gitflow-installer.sh
chmod +x gitflow-installer.sh
./gitflow-installer.sh install stable

...

Reinitializing

Note: git flow init adds the following lines to the .git/config file in your local repo:

...

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

...

Code Block
git flow init -f

 

...

Uninstalling

Mac:

Code Block
brew unlink git-flow

...