git: update gitconfig

This commit is contained in:
2019-01-03 11:41:02 +02:00
parent cad3e7c2c1
commit dca13b499a

View File

@@ -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:"]