dotfiles/.gitconfig

15 lines
241 B
INI

[user]
name = Olivier DOSSMANN
email = git@dossmann.net
[alias]
st = status
[color]
ui = true
[push]
default = matching
[core]
excludesfile = /home/od/.gitignore_global
quotePath = false
[commit]
template = /home/od/.gitmessage.txt