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

4 lines
88 B
Bash
Executable File

#!/usr/bin/env sh
git branch --merged|egrep -v "(^*|master|dev)" | xargs git branch -d