git: add alias to remove merged branches
This commit is contained in:
parent
61b1f236bb
commit
56c33083d0
@ -19,6 +19,7 @@
|
|||||||
sl = stash list
|
sl = stash list
|
||||||
ss = stash show
|
ss = stash show
|
||||||
deploy = !git checkout production && git merge --ff-only origin/develop
|
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]
|
[diff]
|
||||||
tool = vimdiff
|
tool = vimdiff
|
||||||
[merge]
|
[merge]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user