-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitconfig
88 lines (73 loc) · 1.28 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
; Author: Aymeric Beaumet <[email protected]> (https://aymericbeaumet.com)
; Github: @aymericbeaumet/dotfiles
[advice]
statusHints = false
[alias]
a = add
br = branch -v --sort=-committerdate
bw = browse
ci = commit
cia = commit --amend
cl = clone
co = checkout
df = diff
dfc = diff --cached
fe = fetch --prune
l = log
me = merge
pl = pull
ps = push -u
rb = rebase
rba = rebase --abort
rbc = rebase --continue
rbi = rebase --interactive
rmc = rm --cached
rs = reset
rv = revert
sh = stash -u
shc = stash clear
shl = stash list
shp = stash pop
sm = submodule
st = status --short --branch
sw = show
wa = worktree add
wl = worktree list
wr = worktree remove
rt = root
#
plps = !git pl && git ps
[color]
ui = auto
[commit]
verbose = true
[core]
excludesfile = ~/.gitignore
pager = delta
[github]
user = aymericbeaumet
[grep]
lineNumber = true
patternType = extended
[man]
viewer = less
[pull]
rebase = true
[push]
default = current
followTags = true
[user]
name = Aymeric Beaumet
email = [email protected]
[filter "lfs"]
process = git-lfs filter-process
required = true
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
[interactive]
diffFilter = delta --color-only
[delta]
navigate = true
light = false
[diff]
colorMoved = default