Skip to content

Instantly share code, notes, and snippets.

@yellow5
Created September 18, 2012 04:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yellow5/3741211 to your computer and use it in GitHub Desktop.
Save yellow5/3741211 to your computer and use it in GitHub Desktop.
gitflow command flags not displayed via help command
git flow feature finish -DS
-D = force delete feature branch after finish
-S = sqash feature during merge
git flow feature pull -r
-r = pull with rebase
git flow release finish -fns
-f = use the contents of the given file as a tag message
-n = don't tag this release
-S = squash release during merge
git flow hotfix finish -fn
-f = use the contents of the given file as a tag message
-n = don't tag this release
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment