mirror of
https://github.com/tj/git-extras.git
synced 2026-09-15 18:06:24 -04:00
perf(delete-merged): rm -n1
This commit is contained in:
parent
86c4839a27
commit
4439270594
|
|
@ -4,4 +4,4 @@ git branch --no-color --merged |
|
|||
grep -vE "^(\*|\+)" |
|
||||
grep -v "$(git_extra_default_branch)" |
|
||||
grep -v svn |
|
||||
xargs -r -n 1 git branch -d
|
||||
xargs -r git branch -d
|
||||
|
|
|
|||
Loading…
Reference in a new issue