-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitconfig
40 lines (38 loc) · 985 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
[user]
name = Ryan Jensen
email = [email protected]
#email = [email protected]
[core]
editor = e
excludesFile = ~/.gitignore-global
pager = delta
autocrlf = input
[pull]
rebase = false
[init]
defaultBranch = main
[rerere]
enabled = true
[interactive]
diffFilter = delta --color-only
[delta]
navigate = true # use n and N to move between diff sections
syntax-theme = none
line-numbers = true
wrap-max-lines = 40
# delta detects terminal colors automatically; set one of these to disable auto-detection
dark = true
# light = true
[merge]
conflictstyle = diff3
[diff]
colorMoved = default
[includeIf "gitdir:~/pd/"]
path = ~/pd/.gitconfig
# automatic replacement of https in favor of ssh
# [url "ssh://[email protected]/"]
# insteadOf = https://github.com/
[url "[email protected]:"]
insteadOf = https://gitlab.com/
[url "[email protected]:"]
insteadOf = https://gitlab.packetdigital.com/