mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
Added git-delete-merged-branches(1)
This commit is contained in:
parent
adcaf78418
commit
85c0b6dd88
2
bin/git-delete-merged-branches
Executable file
2
bin/git-delete-merged-branches
Executable file
|
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
git branch --merged | grep -v "*" | xargs git delete-branch
|
||||
Loading…
Reference in a new issue