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