git: add alias to remove merged branches
This commit is contained in:
parent
61b1f236bb
commit
56c33083d0
@ -19,6 +19,7 @@
|
||||
sl = stash list
|
||||
ss = stash show
|
||||
deploy = !git checkout production && git merge --ff-only origin/develop
|
||||
rm-merged-branches = !git branch --merged | grep -Ev '(^\\*|develop|production|staging)' | xargs git branch -d
|
||||
[diff]
|
||||
tool = vimdiff
|
||||
[merge]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user