[user]
|
|
name = brettlangdon
|
|
email = brett.langdon@datadoghq.com
|
|
signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPG5FWUNREaSQ7t/vyc+jNaiq4nmaNC07535tnpN3hCj
|
|
|
|
[alias]
|
|
d = diff
|
|
dc = diff --cached
|
|
dm = diff origin/main
|
|
|
|
[branch]
|
|
sort = -committerdate
|
|
|
|
[column]
|
|
ui = auto
|
|
|
|
[commit]
|
|
gpgsign = true
|
|
verbose = true
|
|
|
|
[core]
|
|
excludesfile = ~/.gitignore_global
|
|
editor = emacs -nw -Q
|
|
pager = delta --dark --keep-plus-minus-markers
|
|
whitespace = trailing-space,space-before-tab
|
|
|
|
[credential]
|
|
helper = store
|
|
|
|
[diff]
|
|
algorithm = histogram
|
|
colorMoved = plain
|
|
mnemonicPrefix = true
|
|
renames = true
|
|
|
|
[fetch]
|
|
prune = true
|
|
pruneTags = true
|
|
all = true
|
|
|
|
[github]
|
|
user = brettlangdon
|
|
|
|
[gpg]
|
|
format = ssh
|
|
|
|
[gpg "ssh"]
|
|
program = "/Applications/1Password.app/Contents/MacOS/op-ssh-sign"
|
|
allowedSignersFile = "/Users/brettlangdon/.config/git/allowed_signers"
|
|
|
|
[grep]
|
|
lineNumber = true
|
|
|
|
[help]
|
|
autocorrect = prompt
|
|
|
|
[interactive]
|
|
diffFilter = delta --color-only
|
|
|
|
[init]
|
|
defaultBranch = main
|
|
|
|
[merge]
|
|
conflictstyle = zdiff3
|
|
|
|
[pull]
|
|
rebase = true
|
|
|
|
[push]
|
|
default = simple
|
|
autoSetupRemote = true
|
|
followTags = true
|
|
|
|
[rebase]
|
|
autoSquash = true
|
|
autoStash = true
|
|
updateRefs = true
|
|
|
|
[rerere]
|
|
enabled = true
|
|
autoupdate = true
|
|
|
|
[tag]
|
|
sort = version:refname
|
|
forceSignAnnotated = true
|
|
|
|
[url "git@github.com:"]
|
|
insteadOf = https://github.com/
|