-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitconfig
55 lines (55 loc) · 1.3 KB
/
.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
[user]
email = [email protected]
name = Sam Salisbury
signingkey = 9A84616C
[push]
default = simple
[alias]
slog = log --show-signature
recent = branch --sort=-committerdate --format=\"%(committerdate:relative)%09%(refname:short)\"
# GPG
[commit]
gpgsign = false
[gpg]
program = gpg
# Merge and diff
[merge]
keepBackup = false
tool = Kaleidoscope
[diff]
tool = Kaleidoscope
wsErrorHighlight = all
[log]
showSignature = false
#[url "[email protected]:"]
# insteadOf = https://github.com/
[url "https://github.com/"]
insteadOf = [email protected]:
[rerere]
enabled = true
[difftool "Kaleidoscope"]
cmd = ksdiff --partial-changeset --relative-path \"$MERGED\" -- \"$LOCAL\" \"$REMOTE\"
[mergetool "Kaleidoscope"]
cmd = ksdiff --merge --output \"$MERGED\" --base \"$BASE\" -- \"$LOCAL\" --snapshot \"$REMOTE\" --snapshot
trustExitCode = true
[difftool]
prompt = false
[mergetool]
prompt = false
[init]
defaultBranch = main
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[credential]
helper =
helper = /usr/local/share/gcm-core/git-credential-manager
gitLabAuthModes = browser
[credential "https://dev.azure.com"]
useHttpPath = true
[credential "https://github.com"]
username = samsalisbury
[http]
cookiefile = /Users/sam/.gitcookies