Added git alias to clear merged branches.

This commit is contained in:
2023-10-30 16:18:05 +13:00
parent e6d5aa3472
commit fbd1f6fca5

View File

@ -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))"