From e2c098726f85aaf97e337b4f53c4640d8aad3850 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20P=C5=82azie=C5=84ski?= Date: Fri, 21 Dec 2018 20:50:51 +0100 Subject: [PATCH] Always prune branches with fetch --- .gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitconfig b/.gitconfig index d130068..a053179 100644 --- a/.gitconfig +++ b/.gitconfig @@ -21,6 +21,8 @@ [pull] rebase = true ff = only +[fetch] + prune = true [alias] st = status -s -b