From 56c33083d021cd41d65a1171d4d6cc3c2f87dced Mon Sep 17 00:00:00 2001 From: Guillaume Dott Date: Thu, 20 Aug 2026 16:37:42 +0200 Subject: [PATCH] git: add alias to remove merged branches --- git/config | 1 + 1 file changed, 1 insertion(+) diff --git a/git/config b/git/config index 925541d..1d8e471 100644 --- a/git/config +++ b/git/config @@ -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]