Skip to content

Instantly share code, notes, and snippets.

@ritec
Created June 23, 2017 14:24
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 ritec/624211dc92fe6e3dbad4ddb2f611fb28 to your computer and use it in GitHub Desktop.
Save ritec/624211dc92fe6e3dbad4ddb2f611fb28 to your computer and use it in GitHub Desktop.
Git tips and tricks
# Delete many branches with one command
git branch | grep 'NXT-7' | xargs git branch -d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment