3 lines
88 B
Bash
Executable file
3 lines
88 B
Bash
Executable file
#!/usr/bin/env sh
|
|
|
|
git branch --merged|egrep -v "(^*|master|dev)" | xargs git branch -d
|