From 9b476a3129edbb36321536ec824325bbf87e7bfb Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Tue, 9 Nov 2021 10:02:02 +0100 Subject: [PATCH] git: del branches entfernt --- .gitconfig | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitconfig b/.gitconfig index af2255e..6357604 100644 --- a/.gitconfig +++ b/.gitconfig @@ -11,10 +11,6 @@ remote = remote -v sp = stage -p last = log -1 HEAD --stat - # Delete all local branches but master and the current one, only if they are fully merged with master. - delbranches = "!f(){\ - - git branch | grep -v "master" | grep -v ^* | xargs git branch -d;\ - }; f" dellast = reset HEAD^1 [core] editor = vim