Skip to content

Instantly share code, notes, and snippets.

@thewarpaint
Created June 16, 2016 17:12
Show Gist options
  • Save thewarpaint/bf7ca7e212e3423679e10b00189496dc to your computer and use it in GitHub Desktop.
Save thewarpaint/bf7ca7e212e3423679e10b00189496dc to your computer and use it in GitHub Desktop.
Git aliases
git config --global alias.rm-br '!git branch --merged master | grep -v '^\*\|  master' | xargs -n 1 git branch -d'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment