-
Notifications
You must be signed in to change notification settings - Fork 1
/
gitconfig.local
55 lines (52 loc) · 1.2 KB
/
gitconfig.local
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
[user]
name = Raoul DIFFOUO
email = [email protected]
signingkey = 56BB72FBE171AFD1
[core]
editor="zed --wait"
pager = delta
[rerere]
enabled = true
[http]
postBuffer = 65536000
[pretty]
colored = format:%Cred%h%Creset %C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)%an%Creset
[alias]
ap = add -p
b = branch
cod = checkout develop
com = checkout main
cos = checkout staging
cob = checkout -b
dc = diff --cached
di = diff
fo = fetch origin
fu = fetch upstream
lg = log --oneline --decorate --graph --all --pretty=colored
pom = push origin master
mom = merge origin/main
rom = rebase origin/main
riom = rebase -i origin/main
s = status -s
stu = status -uno
amend = commit --amend
[credential]
helper = cache --timeout=3600
[commit]
gpgsign = true
[diff]
compactionHeuristic = 1
colorMoved = default
[interactive]
diffFilter = delta --color-only
[delta]
features = decorations
syntax-theme = Nord
plus-style = syntax "#003800"
minus-style = syntax "#3f0001"
navigate = true
[delta "decorations"]
commit-decoration-style = bold yellow box ul
file-style = bold yellow ul
file-decoration-style = none
hunk-header-decoration-style = cyan box ul