-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitconfig
39 lines (31 loc) · 821 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
[user]
name = Rudraksh Pareek
email = [email protected]
signingkey = 1F93E2B6D5F0990C
[commit]
gpgsign = true
[includeIf "gitdir:accuknox/"]
path = .gitconfig-accuknox
[alias]
gclone = !sh -c 'git clone `xclip -o`'
[core]
pager = delta
[interactive]
diffFilter = delta --side-by-side --wrap-max-lines="unlimited" --max-line-length=0 --color-only
[delta]
features = side-by-side line-numbers decorations
side-by-side = true
wrap-max-lines = "unlimited"
max-line-length = 0
wrap-right-percent = 1
whitespace-error-style = 22 reverse
[merge]
conflictstyle = diff3
[delta "decorations"]
commit-decoration-style = bold yellow box ul
file-style = bold yellow ul
file-decoration-style = none
[init]
defaultBranch = main
[url "ssh://[email protected]/"]
insteadOf = https://github.com/