21 lines
326 B
INI
21 lines
326 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
|
|
[config "pull"]
|
|
rebase = false
|
|
[pull]
|
|
rebase = false
|
|
[init]
|
|
defaultBranch = dev
|