From 2e3972e370affa0109741b8c21a18ab6d94d85d9 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 31 Mar 2016 10:19:32 +0200 Subject: git: some improvements on the config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- gitconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gitconfig') diff --git a/gitconfig b/gitconfig index 7564d0e..71428d5 100644 --- a/gitconfig +++ b/gitconfig @@ -6,10 +6,14 @@ editor = vim excludesfile = ~/.gitignore whitespace = trailing-space,space-before-tab + abbrev = 12 [help] autocorrect = 1 +[http] + sslVerify = true + [alias] a = commit -a -s down = pull --rebase --stat -- cgit v1.2.3