1
0
mirror of https://github.com/pgrondek/config.git synced 2024-11-26 13:44:23 +00:00
config/git/bin/git-purge

4 lines
88 B
Plaintext
Raw Normal View History

2019-11-28 10:10:46 +00:00
#!/usr/bin/env sh
git branch --merged|egrep -v "(^*|master|dev)" | xargs git branch -d