aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2016-03-31 10:19:32 +0200
committerMiquel Sabaté Solà <msabate@suse.com>2016-03-31 10:19:32 +0200
commit2e3972e370affa0109741b8c21a18ab6d94d85d9 (patch)
treea0316b529d04ee369d4f0b4c8027c81c4bc671f6
parentc9361854d447ffaca6d6011dab310a0ed575ea52 (diff)
downloaddotfiles-2e3972e370affa0109741b8c21a18ab6d94d85d9.tar.gz
dotfiles-2e3972e370affa0109741b8c21a18ab6d94d85d9.zip
git: some improvements on the config
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
-rw-r--r--gitconfig4
1 files changed, 4 insertions, 0 deletions
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