-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdot_gitconfig.tmpl
More file actions
57 lines (42 loc) · 871 Bytes
/
dot_gitconfig.tmpl
File metadata and controls
57 lines (42 loc) · 871 Bytes
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
[user]
email = uuuuuu@protonmail.com
name = YI
[http]
cookiefile = ~/.gitcookies
; proxy = http://127.0.0.1:8118
; [https]
; proxy = http://127.0.0.1:8118
[color]
ui = auto
[pull]
rebase = true
[github]
user = contrun
[alias]
ignore = "!gi() { curl -sL https://www.gitignore.io/api/$@ ;}; gi"
[rebase]
autoStash = true
[init]
defaultBranch = main
[core]
pager = delta
; excludesFile = ~/.gitignore
; https://stackoverflow.com/questions/66366582/github-unexpected-disconnect-while-reading-sideband-packet
packedGitLimit = 512m
packedGitWindowSize = 512m
[pack]
deltaCacheSize = 2047m
packSizeLimit = 2047m
windowMemory = 2047m
[interactive]
diffFilter = delta --color-only
[delta]
navigate = true
[merge]
conflictstyle = diff3
[diff]
colorMoved = default
[include]
path = ~/.gitconfig.local
[protocol "file"]
allow = always