git: convert config to xdg
parent
077979bbc8
commit
279049648c
|
@ -1,5 +1,6 @@
|
||||||
[core]
|
[user]
|
||||||
excludesfile = ~/.gitignore
|
email = guillaume+github@dott.fr
|
||||||
|
name = Guillaume Dott
|
||||||
[color]
|
[color]
|
||||||
ui = auto
|
ui = auto
|
||||||
interactive = auto
|
interactive = auto
|
|
@ -1,8 +0,0 @@
|
||||||
[user]
|
|
||||||
email = guillaume+github@dott.fr
|
|
||||||
name = Guillaume DOTT
|
|
||||||
[push]
|
|
||||||
default = simple
|
|
||||||
[include]
|
|
||||||
path = ~/.gitconfig.include
|
|
||||||
# vim: set filetype=gitconfig:
|
|
Loading…
Reference in New Issue