15 lines
281 B
INI
15 lines
281 B
INI
[user]
|
|
email = stofflees@gmail.com
|
|
name = Chris
|
|
[pull]
|
|
rebase = true
|
|
[init]
|
|
defaultBranch = main
|
|
[core]
|
|
excludesfile = /home/chris/.config/git/ignore
|
|
[filter "lfs"]
|
|
clean = git-lfs clean -- %f
|
|
smudge = git-lfs smudge -- %f
|
|
process = git-lfs filter-process
|
|
required = true
|