-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy path.gitconfig
47 lines (47 loc) · 1.03 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
[user]
name = Dmitry Baginsky
email = [email protected]
[github]
user = betraying
[core]
excludesfile = ~/.gitignore
attributesfile = ~/.gitattributes
[rerere]
enabled = true
[pull]
rebase = true
[status]
showStash = true
[rebase]
autostash = true
autosquash = true
abbreviateCommands = true
[stash]
showPatch = true
[push]
default = current
[difftool "Kaleidoscope"]
cmd = ksdiff --partial-changeset --relative-path \"$MERGED\" -- \"$LOCAL\" \"$REMOTE\"
[difftool]
prompt = false
trustExitCode = true
[diff]
tool = Kaleidoscope
[mergetool "Kaleidoscope"]
cmd = ksdiff --merge --output \"$MERGED\" --base \"$BASE\" -- \"$LOCAL\" --snapshot \"$REMOTE\" --snapshot
trustExitCode = true
[mergetool]
prompt = false
keepBackup = false
[merge]
tool = Kaleidoscope
[tig "color"]
cursor = default default reverse
id = yellow default
title-focus = black green reverse
author = white default
date = cyan default
[diff "swift"]
xfuncname = ^[ \t]*((struct|class|actor|func|extension)[ \t].*)$
[credential]
helper = store