27 lines
424 B
Plaintext
27 lines
424 B
Plaintext
|
[user]
|
||
|
email = email@thomasave.be
|
||
|
name = Thomas Avé
|
||
|
[alias]
|
||
|
s = status
|
||
|
a = add
|
||
|
[color]
|
||
|
ui = auto
|
||
|
[core]
|
||
|
excludesfile = ~/.gitignore
|
||
|
editor = nvim
|
||
|
[diff]
|
||
|
noprefix = true
|
||
|
[pull]
|
||
|
rebase = false
|
||
|
[push]
|
||
|
autoSetupRemote = true
|
||
|
[init]
|
||
|
defaultBranch = master
|
||
|
[credential]
|
||
|
helper = store
|
||
|
[filter "lfs"]
|
||
|
smudge = git-lfs smudge -- %f
|
||
|
process = git-lfs filter-process
|
||
|
required = true
|
||
|
clean = git-lfs clean -- %f
|