-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdot_gitconfig
More file actions
107 lines (86 loc) · 1.92 KB
/
dot_gitconfig
File metadata and controls
107 lines (86 loc) · 1.92 KB
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
[user]
email = matas234@gmail.com
name = NullSense
signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJK+IxBkjVonY3gehBXpbtqCvZINMlc5LlfNNIoLwddp git signing key
[init]
defaultBranch = main
templateDir = /home/nullsense/.git-template
[core]
excludesfile = ~/.gitignore
pager = delta --dark
fsmonitor = true
untrackedCache = true
autocrlf = input
[credential]
helper = store
[interactive]
diffFilter = delta --color-only
[delta]
features = line-numbers decorations
syntax-theme = gruvbox-dark
navigate = true
line-numbers = true
side-by-side = false
[delta "decorations"]
file-style = bold blue ul
[diff]
algorithm = histogram
colorMoved = default
renames = copies
[merge]
conflictStyle = zdiff3
autoStash = true
[rebase]
autosquash = true
autoStash = true
updateRefs = true
[pull]
rebase = true
[push]
autoSetupRemote = true
default = simple
followTags = true
[fetch]
prune = true
pruneTags = true
parallel = 0
[rerere]
enabled = true
autoUpdate = true
[branch]
sort = -committerdate
[tag]
sort = version:refname
gpgSign = true
[column]
ui = auto
[commit]
verbose = true
gpgSign = true
[log]
date = iso
decorate = full
[help]
autocorrect = prompt
[advice]
detachedHead = false
skippedCherryPicks = false
[filter "lfs"]
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
clean = git-lfs clean -- %f
[gpg]
format = ssh
[gpg "ssh"]
allowedSignersFile = /home/nullsense/.config/git/allowed_signers
program = /home/nullsense/bin/git-sign-ssh
[url "https://github.com/"]
insteadOf = git@github.com:
insteadOf = ssh://git@github.com/
[credential "https://github.com"]
helper =
helper = !/usr/bin/gh auth git-credential
[credential "https://gist.github.com"]
helper =
helper = !/usr/bin/gh auth git-credential