Add git config

This commit is contained in:
Thomas Avé 2024-03-16 18:05:42 +01:00
parent 9ac9bfc64a
commit 1dcd4d0aed
1 changed files with 26 additions and 0 deletions

26
git/config Normal file
View File

@ -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