-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitconfig
57 lines (42 loc) · 905 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
[core]
abbrev = 12
autocrlf = input
editor = micro
pager = delta --diff-so-fancy
[user]
name = Sanchith Hegde
email = [email protected]
signingkey = 909C6EA799D40276
[color]
ui = true
[commit]
gpgsign = true
[diff]
colorMoved = default
[init]
defaultBranch = main
[merge]
log = true
[pull]
rebase = true
[push]
default = simple
[rerere]
enabled = true
[status]
submodulesummary = true
[alias]
root = rev-parse --show-toplevel
[delta]
line-numbers = true
side-by-side = true
syntax-theme = Monokai Extended Bright
[url "[email protected]:"]
insteadOf = https://github.com/
insteadOf = git://github.com/
[url "[email protected]:"]
insteadOf = https://gitlab.com/
insteadOf = git://gitlab.com/
[url "[email protected]:"]
insteadOf = https://bitbucket.org/
insteadOf = git://bitbucket.org/