-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitconfig
33 lines (33 loc) · 882 Bytes
/
.gitconfig
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
[include]
path = ~/.dotfiles/.gitconfig.local # no sekrits 4 u
[core]
editor = atom --wait
excludesfile = ~/.dotfiles/.gitignore.global
quotepath = false
[diff]
tool = Kaleidoscope
[difftool]
prompt = false
[difftool "Kaleidoscope"]
cmd = ksdiff --partial-changeset --relative-path \"$MERGED\" -- \"$LOCAL\" \"$REMOTE\"
[merge]
tool = Kaleidoscope
[mergetool]
prompt = false
[mergetool "Kaleidoscope"]
cmd = ksdiff --merge --output \"$MERGED\" --base \"$BASE\" -- \"$LOCAL\" --snapshot \"$REMOTE\" --snapshot
trustexitcode = true
[user]
name = Hannah Warmbier
email = [email protected]
signingkey = 9B8651B4600C319DE248955F7F82CE3E62EEFED0
[gpg]
program = /usr/local/bin/gpg
[commit]
gpgsign = true
[credential]
helper = osxkeychain
[init]
defaultBranch = main
[credential "https://github.com"]
helper = !/usr/bin/gh auth git-credential