git: convert config to xdg

master
Guillaume Dott 2019-04-08 19:20:30 +02:00
parent 077979bbc8
commit 279049648c
3 changed files with 3 additions and 10 deletions

View File

@ -1,5 +1,6 @@
[core]
excludesfile = ~/.gitignore
[user]
email = guillaume+github@dott.fr
name = Guillaume Dott
[color]
ui = auto
interactive = auto

View File

@ -1,8 +0,0 @@
[user]
email = guillaume+github@dott.fr
name = Guillaume DOTT
[push]
default = simple
[include]
path = ~/.gitconfig.include
# vim: set filetype=gitconfig: