dotfiles/.gitconfig

15 lines
241 B
INI
Raw Normal View History

2019-10-03 21:28:01 +00:00
[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