4 lines
No EOL
136 B
Bash
4 lines
No EOL
136 B
Bash
#!/bin/bash
|
|
git checkout master
|
|
LANG=en_US
|
|
git branch -vv | grep ': gone]'| grep -v "\*" | awk '{ print $1; }' | xargs -r git branch -d |