From 95d73f7f6456c3c82a9ae46a494f473a4b9ac06d Mon Sep 17 00:00:00 2001 From: Konstantin Demin Date: Sun, 5 Dec 2021 18:58:24 +0300 Subject: [PATCH] git: update conf --- .gitconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitconfig b/.gitconfig index f6445f5..f45e034 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,5 +1,7 @@ [commit] gpgSign = false +[core] + compression = 1 [credential] helper = cache --timeout=86400 [gc] @@ -14,6 +16,8 @@ [pack] writeReverseIndex = true useSparse = true +[pull] + ff = only [push] default = simple gpgSign = false