mirror of
https://github.com/pgrondek/config.git
synced 2024-11-26 13:44:23 +00:00
4 lines
88 B
Bash
Executable File
4 lines
88 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
git branch --merged|egrep -v "(^*|master|dev)" | xargs git branch -d
|