33 lines
557 B
Plaintext
33 lines
557 B
Plaintext
# This is Git's per-user configuration file.
|
|
[user]
|
|
email = graham@ghall.dev
|
|
name = Graham Hall
|
|
signingkey = FB70F1142D7A45B8
|
|
|
|
[core]
|
|
editor = micro
|
|
excludesfile = /Users/ghall/.gitignore
|
|
|
|
[filter "lfs"]
|
|
clean = git-lfs clean -- %f
|
|
smudge = git-lfs smudge -- %f
|
|
process = git-lfs filter-process
|
|
required = true
|
|
|
|
[init]
|
|
defaultBranch = main
|
|
|
|
[push]
|
|
autoSetupRemote = true
|
|
default = simple
|
|
[merge]
|
|
tool = git-split-diffs
|
|
[color]
|
|
ui = true
|
|
[fetch]
|
|
auto = true
|
|
[coderabbit]
|
|
machineId = cli/e407c8d66b9f497cb110e079e700f9e1
|
|
[pull]
|
|
rebase = true
|