-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgitconfig
More file actions
61 lines (56 loc) · 1.15 KB
/
gitconfig
File metadata and controls
61 lines (56 loc) · 1.15 KB
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
[user]
email = necto.ne@gmail.com
name = Arseniy Zaostrovnykh
[color]
ui = true
[url "git@github.com:"]
insteadOf = gh:
[push]
default = simple
autoSetupRemote = true
[pull]
rebase = true
[alias]
lol = log --graph --oneline --decorate
pandiff = difftool -t pandiff
[difftool "pandiff"]
cmd = pandiff \"$LOCAL\" \"$REMOTE\"
[merge]
tool = ec-merge
[mergetool "ec-merge"]
cmd = ~/config/ec-merge.sh $LOCAL $REMOTE $MERGED $BASE
trustExitCode = true
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[init]
defaultBranch = main
[core]
pager = delta
fsmonitor = true
untrackedCache = true
[branch]
sort = -committerdate
[column]
ui = auto
[diff]
algorithm = histogram
[interactive]
diffFilter = delta --color-only
[delta]
navigate = true
side-by-side = true
light = true
[merge]
conflictstyle = diff3
[diff]
colorMoved = default
[sendemail]
smtpserver = smtp.gmail.com
smtpuser = necto.ne@gmail.com
smtpencryption = tls
smtpserverport = 587
smtphelo =
smtpdomain =