-
Notifications
You must be signed in to change notification settings - Fork 8
/
.gitconfig
72 lines (59 loc) · 1.43 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
[user]
email = ishaangoel.99@gmail.com
name = Ishaan Goel
signingkey = 0E6951900DED125D
[core]
pager = delta
editor = nvim
[ui "color"]
ui = always
[color]
ui = true
[merge]
tool = nvim -d
conflictstyle = diff3
[delta]
features = line-numbers decorations
syntax-theme = OneHalfDark
line-numers = true
plus-style = syntax "#146329"
minus-style = syntax "#3f0001"
[delta "decorations"]
commit-decoration-style = bold yellow box ul
file-style = bold yellow
file-decoration-style = box
hunk-header-decoration-style = cyan ul
hunk-header-file-style = cyan
hunk-header-line-number-style = cyan
hunk-header-style = line-number syntax
[delta "line-numbers"]
line-numbers= true
line-number-minus-style = 124
line-numbers-plus-style = 28
line-numbers-zero-style = "#444444"
line-numbers-left-format = "{nm:>4}┊"
line-numbers-right-format = "{np:>4}│"
line-numbers-left-style = cyan
line-numbers-right-style = cyan
[interactive]
diffFilter = delta --color-only
[alias]
st = status -sb
history = log --oneline --graph --decorate --all
last = log -1 HEAD --stat
cm = commit -m
c = commit
rv = remote -v
chm = checkout main
chu = checkout updates
chun = checkout -b updates
lb = branch -a
bd = branch --delete
[init]
defaultBranch = main
[github]
user = ishaan26
[commit]
gpgsign = true
[pull]
ff = only