git: update gitconfig
This commit is contained in:
@@ -101,7 +101,7 @@
|
|||||||
[core]
|
[core]
|
||||||
|
|
||||||
# Use custom .gitignore and .gitattributes
|
# Use custom .gitignore and .gitattributes
|
||||||
excludesfile = ~/.gitignore
|
excludesfile = ~/.gitignore_global
|
||||||
attributesfile = ~/.gitattributes
|
attributesfile = ~/.gitattributes
|
||||||
|
|
||||||
# Treat spaces before tabs and all kinds of trailing whitespace as an error
|
# Treat spaces before tabs and all kinds of trailing whitespace as an error
|
||||||
@@ -171,9 +171,7 @@
|
|||||||
[push]
|
[push]
|
||||||
|
|
||||||
# https://git-scm.com/docs/git-config#git-config-pushdefault
|
# https://git-scm.com/docs/git-config#git-config-pushdefault
|
||||||
default = simple
|
default = current
|
||||||
# Make git push push relevant annotated tags when pushing branches out.
|
|
||||||
# followTags = true
|
|
||||||
|
|
||||||
[url "git@github.com:"]
|
[url "git@github.com:"]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user