Initial commit
This commit is contained in:
4
git_cleanup.sh
Executable file
4
git_cleanup.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
git fetch --prune
|
||||
git branch -vv | grep 'gone]' | awk '{print $1}' | while read b; do
|
||||
git branch -D "$b"
|
||||
done
|
||||
Reference in New Issue
Block a user