this repo has no description
1[user]
2 name = Seth Etter
3 email = mail@sethetter.com
4 signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL3jigIrPb+1u0V8pJk4m41hP/WBgAm7gei6Edyr9vca
5[core]
6 excludesFile = /Users/sethetter/.gitignore
7[diff]
8 colorMoved = default
9[difftool]
10 prompt = false
11[merge]
12 conflictstyle = diff3
13 tool = vimdiff
14[mergetool]
15 prompt = true
16[mergetool "vimdiff"]
17 cmd = vim -d $LOCAL $REMOTE $MERGED -c '$wincmd w' -c 'wincmd J'
18[commit]
19 gpgsign = true
20[gpg]
21 format = ssh
22[color]
23 ui = auto
24[github]
25 username = sethetter
26 user = sethetter
27[pull]
28 rebase = true
29[push]
30 default = simple
31 autoSetupRemote = true
32[init]
33 defaultBranch = main
34[branch]
35 autosetuprebase = always
36[includeIf "gitdir:/Users/sethetter/projects/zapier/**"]
37 path = ~/projects/zapier/.gitconfig
38[includeIf "gitdir:/Users/sethetter/.zdev/**"]
39 path = ~/projects/zapier/.gitconfig
40[credential "https://github.com"]
41 helper = !/opt/homebrew/bin/gh auth git-credential
42[credential "https://gist.github.com"]
43 helper = !/opt/homebrew/bin/gh auth git-credential