-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgitthings
68 lines (50 loc) · 1.04 KB
/
gitthings
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
[credential]
helper = osxkeychain
[color]
ui = true
[core]
editor = subl -n -w
excludesfile = ~/.gitignore
pager = delta
[rerere]
enabled = true
autoupdate = true
[mergetool]
keepBackup = true
keepTemporaries = false
prompt = false
[push]
default = simple
[filter "media"]
required = true
clean = git media clean %f
smudge = git media smudge %f
[github]
user = chrislopresto
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[merge]
tool = vscode
[mergetool "vscode"]
cmd = code --wait $MERGED
[diff]
tool = vscode
[difftool "vscode"]
cmd = code --wait --diff $LOCAL $REMOTE
[init]
defaultBranch = main
templatedir = /Users/chrislopresto/.git-templates
[user]
signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILfBpn0mvBNQ1LjbAvAk91QlYsCZb9nZXa+AV9iCKjf1
[gpg]
program = gpg
format = ssh
[gpg "ssh"]
program = "/Applications/1Password.app/Contents/MacOS/op-ssh-sign"
[commit]
gpgsign = true
[rebase]
updateRefs = true