From dca13b499aa65835f8f4469d76b34b9cf34d96d3 Mon Sep 17 00:00:00 2001 From: Konstantin Bukley Date: Thu, 3 Jan 2019 11:41:02 +0200 Subject: [PATCH] git: update gitconfig --- git/.gitconfig | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/git/.gitconfig b/git/.gitconfig index f651101..3c08ba3 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -101,7 +101,7 @@ [core] # Use custom .gitignore and .gitattributes - excludesfile = ~/.gitignore + excludesfile = ~/.gitignore_global attributesfile = ~/.gitattributes # Treat spaces before tabs and all kinds of trailing whitespace as an error @@ -170,10 +170,8 @@ [push] - # https://git-scm.com/docs/git-config#git-config-pushdefault - default = simple - # Make git push push relevant annotated tags when pushing branches out. - # followTags = true + # https://git-scm.com/docs/git-config#git-config-pushdefault + default = current [url "git@github.com:"]