Added git alias to clear merged branches.
This commit is contained in:
@ -10,3 +10,6 @@
|
||||
gpgsign = true
|
||||
[gpg]
|
||||
format = ssh
|
||||
|
||||
[alias]
|
||||
sweep = !"git branch -d $(git branch --merged | grep -vw $(git rev-parse --abbrev-ref HEAD))"
|
||||
|
||||
Reference in New Issue
Block a user