diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2016-03-31 10:19:32 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2016-03-31 10:19:32 +0200 |
| commit | 2e3972e370affa0109741b8c21a18ab6d94d85d9 (patch) | |
| tree | a0316b529d04ee369d4f0b4c8027c81c4bc671f6 | |
| parent | c9361854d447ffaca6d6011dab310a0ed575ea52 (diff) | |
| download | dotfiles-2e3972e370affa0109741b8c21a18ab6d94d85d9.tar.gz dotfiles-2e3972e370affa0109741b8c21a18ab6d94d85d9.zip | |
git: some improvements on the config
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
| -rw-r--r-- | gitconfig | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
