Created
May 2, 2019 06:40
-
-
Save wuaschtikus/4c39786239f879d5fb206001a57095f5 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
alias gcmld='git checkout master && git pull && comm -12 <(git branch | sed "s/ *//g") <(git remote prune origin --dry-run | sed "s/^.*origin\///g") | xargs -I{} git branch -D {}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment