-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitconfig
59 lines (47 loc) · 965 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
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
[user]
name = Eduardo Cuducos
email = [email protected]
[color]
diff = auto
status = auto
branch = auto
ui = true
[push]
default = current
[core]
editor = nvim
filemode = false
excludesfile = ~/.gitignore_global
[merge]
tool = vimdiff
[cola]
spellcheck = true
[pull]
rebase = false
[pager]
diff = delta
log = delta
reflog = delta
show = delta
[interactive]
diffFilter = delta --color-only
[delta]
features = side-by-side line-numbers decorations
whitespace-error-style = 22 reverse
light = true
[delta "decorations"]
commit-decoration-style = bold yellow box ul
file-style = bold yellow ul
file-decoration-style = none
[include]
path = /Users/cuducos/.config/dev/gitconfig
[help]
autocorrect = 42
[alias]
co = commit
ch = checkout
st = status
lo = log --oneline
ad = add -p
br = branch
sw = switch