From 9d85f4d3f8e4c8897cb52bad74408380a2895842 Mon Sep 17 00:00:00 2001 From: David JULIEN Date: Thu, 11 Mar 2021 02:06:53 +0100 Subject: [PATCH] feat: fetch --prune by default --- .config/git/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/git/config b/.config/git/config index 6e745f2..3cb612f 100644 --- a/.config/git/config +++ b/.config/git/config @@ -9,3 +9,5 @@ lg2 = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold yellow)%d%C(reset)%n'' %C(white)%s%C(reset) %C(bold white)- %an%C(reset)' --all [gpg] program = gpg2 +[fetch] + prune = true