From c89a269e78806eec3d422e97ef2eab240eb6035e Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 14 May 2023 17:10:44 +0200 Subject: [PATCH] prune --- bash/alias/git.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/alias/git.sh b/bash/alias/git.sh index 769e5e3..9ce63bc 100644 --- a/bash/alias/git.sh +++ b/bash/alias/git.sh @@ -99,7 +99,7 @@ expire \ git \ gc \ --aggressive \ ---prune \"now\" \ +--prune=\"now\" \ " # initialize a new repository