Add git config
This commit is contained in:
parent
9ac9bfc64a
commit
1dcd4d0aed
|
@ -0,0 +1,26 @@
|
||||||
|
[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
|
Loading…
Reference in New Issue