-
Notifications
You must be signed in to change notification settings - Fork 0
/
gitconfig
executable file
·54 lines (50 loc) · 1.13 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
[user]
email = [email protected]
name = Jean Lima Andrade
signingkey = 9016AB79FFA202B5
[core]
editor = nvim
[alias]
co = checkout
cip = commit -p -m
unstage = reset HEAD --
ci = commit
st = status -s
br = branch
fp = fetch -p
lfive = log -5 HEAD --decorate --oneline --graph
l = log --pretty=format:\"%C(yellow)%h %ad%Cred%d %Creset%s%Cblue [%cn]\" --decorate --date=relative --graph
ds = diff --staged
d = diff --word-diff
cl = clone
rb = rebase
pll = pull origin
psh = push origin
[pull]
rebase = false
[url "[email protected]:"]
insteadOf = gitlab:
[url "[email protected]:"]
insteadOf = github:
[url "[email protected]:"]
insteadOf = kde:
[url "[email protected]:"]
insteadOf = qmob:
[commit]
gpgsign = true
[init]
defaultBranch = master
[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
[delta "decorations"]
commit-decoration-style = bold yellow box ul
file-style = bold yellow ul
file-decoration-style = none