Created
July 18, 2016 01:54
-
-
Save SyllaJay/171f7a239cd3d16ed561ba548f5c127d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| for merged in `git branch --merged | grep -v master`; do git branch -d $merged; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment