Skip to content

Instantly share code, notes, and snippets.

@iamnnort
Created April 15, 2019 12:33
Show Gist options
  • Save iamnnort/7bbbd2d71db4bde73f611d382a77bcc6 to your computer and use it in GitHub Desktop.
Save iamnnort/7bbbd2d71db4bde73f611d382a77bcc6 to your computer and use it in GitHub Desktop.
Git tooltips

git branch | grep -v "master" | xargs git branch -D - will delete all branches except master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment