17 lines
410 B
Text
17 lines
410 B
Text
# This is Git's per-user configuration file.
|
|
[user]
|
|
# Please adapt and uncomment the following lines:
|
|
name = Matt Nish-Lapidus
|
|
email = matt@emenel.ca
|
|
[core]
|
|
editor = emacsclient -r
|
|
excludesfile = /home/emenel/.config/git/ignore
|
|
[filter "lfs"]
|
|
clean = git-lfs clean -- %f
|
|
smudge = git-lfs smudge -- %f
|
|
process = git-lfs filter-process
|
|
required = true
|
|
[pull]
|
|
rebase = false
|
|
[init]
|
|
defaultBranch = main
|