Configure for .stowrc
This commit is contained in:
parent
e58bb4c0a0
commit
1091129506
132 changed files with 4 additions and 18 deletions
3
slackware/home/bin/scripts/prune_local_branches
Executable file
3
slackware/home/bin/scripts/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