Add home/bin folder
This commit is contained in:
parent
9a6bfc1daf
commit
994f3b8320
4 changed files with 81 additions and 0 deletions
3
slackware/bin/prune_local_branches
Executable file
3
slackware/bin/prune_local_branches
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
git fetch --all -p; git branch -vv | grep ": gone]" | awk '{ print $1 }' | xargs -r -n 1 git branch -D
|
||||
Loading…
Add table
Add a link
Reference in a new issue