-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitconfig
62 lines (51 loc) · 998 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
60
61
62
[include]
path = ~/.gitconfig.local
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[alias]
a = add -A
br = branch
bd = branch -d
ca = commit -a --amend
can = commit -a --amend --no-edit
cm = commit -m
cma = commit -am
cl = clone --recursive
co = checkout
cb = checkout -b
lg = log --all --decorate --oneline --graph
p = push
pf = push -f
po = push origin
pl = pull
plo = pull origin
smu = submodule update --init --recursive
st = status
[core]
editor = nvim
[pull]
rebase = false
[pager]
diff = delta
log = delta
reflog = delta
show = delta
[delta]
plus-style = "syntax #012800"
minus-style = "syntax #340001"
syntax-theme = gruvbox-dark
line-numbers = true
navigate = true
[interactive]
diffFilter = delta --color-only
[init]
defaultBranch = main
[color]
ui = auto
[merge]
conflictstyle = diff3
[diff]
colorMoved = default