From 23dc54c4ca6972d72e1f7635009127bc9da83e75 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Mon, 1 Feb 2021 14:28:53 +0100 Subject: .gitconfig: set remote.origin.prune true This will prune remote branches upon fetch/pull. --- .gitconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitconfig') diff --git a/.gitconfig b/.gitconfig index e8fd249..a4f6125 100644 --- a/.gitconfig +++ b/.gitconfig @@ -59,6 +59,9 @@ [grep] lineNumber = true +[remote "origin"] + prune = true + [sendemail] suppresscc = self bcc = Tobias Klauser -- cgit v1.2.3-54-g00ecf