14 lines
363 B
INI
14 lines
363 B
INI
[user]
|
|
name = Ray Miller
|
|
email = ray@1729.org.uk
|
|
[core]
|
|
excludesfile = /home/ray/.gitignore_global
|
|
[filter "lfs"]
|
|
clean = git-lfs clean -- %f
|
|
smudge = git-lfs smudge -- %f
|
|
process = git-lfs filter-process
|
|
required = true
|
|
[init]
|
|
defaultBranch = main
|
|
[credential]
|
|
helper = !pass-git-helper $@
|