-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitconfig
102 lines (102 loc) · 2.1 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
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
[include]
path = /Users/saito/.delta.themes
[alias]
b = branch -vv
d = diff
dc = diff --cached
l = log
lp = log -p
ls = ls-files
s = status -sb
ss = status
wd = diff --color-words
[branch]
sort = -committerdate
[checkout]
workers = 0
[color]
branch = auto
diff = auto
status = auto
ui = auto
[column]
ui = auto
[commit]
gpgsign = true
# template = /Users/saito/.git.commit.template
[core]
autocrlf = false
attributesfile = /Users/saito/.gitattributes
# fsmonitor = true
# multipackindex = true
pager = delta
precomposeunicode = true
preloadindex = true
quotepath = false
safecrlf = warn
untrackedcache = true
# [credential]
# helper = store --file /Users/saito/.git-credentials
# helper = osxkeychain
[credential]
helper =
helper = /usr/local/share/gcm-core/git-credential-manager
[credential "https://github.com"]
username = tunefs
[credential "https://dev.azure.com"]
useHttpPath = true
[delta]
features = calochortus-lyallii
light = false
line-numbers = true
navigate = true
syntax-theme = Dracula
tabs = 8
true-color = always
# theme = Nord
[diff]
compactionHeuristic = true
colorMoved = default
renames = true
# [feature]
# manyFiles = true
[fetch]
parallel = 0
prune = true
writeCommitGraph = true
[ghq]
# root = ~/.ghq
root = /Volumes/Space/ghq
[gpg]
program = /opt/homebrew/bin/gpg
[init]
defaultBranch = main
[interactive]
diffFilter = delta --color-only
[pull]
rebase = false
[push]
default = simple
followTags = true
autoSetupRemote = true
[rebase]
autostash = true
[rerere]
enabled = true
[submodule]
fetchJobs = 0
[tag]
gpgsign = true
[user]
name = Atsunori Saito
email = [email protected]
#email = [email protected]
#email = [email protected]
# signingkey = 1BD68FE00A98776CB2F1D8568F60FAAE34329E5E
signingkey = 8F60FAAE34329E5E
[includeIf "gitdir:/Volumes/Space/ghq/github.com/nileworks/"]
path = /Users/saito/.gitconfig.nileworks
[includeIf "gitdir:/Volumes/Space/ghq/nileworks.github.com/nileworks/"]
path = /Users/saito/.gitconfig.nileworks
[includeIf "gitdir:/Volumes/Space/ghq/localwork/nileworks/"]
path = /Users/saito/.gitconfig.nileworks