From a4907789a8a9917c171d257b5c0330c62e5ebcd5 Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Mon, 19 Oct 2020 15:51:29 +0200 Subject: [PATCH] Automatically prune old branches. --- git/.config/git/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/git/.config/git/config b/git/.config/git/config index 879c7de..d12686f 100644 --- a/git/.config/git/config +++ b/git/.config/git/config @@ -38,5 +38,8 @@ [alias] cp = cherry-pick autosquash = rebase -i --autosquash + pushf = push --force-with-lease [rebase] autosquash = true +[fetch] + prune = true