Skip to content

Instantly share code, notes, and snippets.

@settermjd
Created October 4, 2013 07:47
Show Gist options
  • Save settermjd/6822388 to your computer and use it in GitHub Desktop.
Save settermjd/6822388 to your computer and use it in GitHub Desktop.
A, rather elementary, way of finishing the current git flow feature
git flow feature finish $( git flow feature list | sed 's/^* //g' )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment