Last active
March 7, 2018 09:58
-
-
Save aitchkhan/26d1ff21d1e11f07939103ce64460d1b to your computer and use it in GitHub Desktop.
git
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
delete branches that are merged in master develop | |
git branch --merged | egrep -v "(^\*|master|develop)" | xargs git branch -d |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment