From b2f9b80ca6d1dfe7cc111d510fb46821e34807d0 Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Mon, 27 Apr 2020 13:26:12 -0500 Subject: 2020-04-27 13:26 --- git/gitconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/git/gitconfig b/git/gitconfig index d3f6b8c..c020587 100644 --- a/git/gitconfig +++ b/git/gitconfig @@ -2,7 +2,9 @@ email = blaise@untzag.com name = Blaise Thompson [push] - default = simple + default = current [http] sslCAinfo = /etc/ssl/certs/ca-certificates.crt sslverify = false +[pull] + default = current -- cgit v1.2.3