-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitconfig.win
More file actions
70 lines (70 loc) · 1.53 KB
/
.gitconfig.win
File metadata and controls
70 lines (70 loc) · 1.53 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
[user]
email = shishi@srevo.net
name = Shigenobu Nishikawa
signingkey = BFAC44BC9A039131
[color]
ui = auto
[alias]
co = checkout
st = status -sb
ci = commit -v
di = diff
br = branch
logs = log --graph --decorate --stat
logn = log --graph --decorate --name-status
graph = log --graph --oneline --decorate
ignore = update-index --assume-unchanged
not-ignore = update-index --no-assume-unchanged
[core]
excludesfile = ~/.gitignore
# pager = lv -c
autocrlf = false
safecrlf = true
filemode = true
preloadindex = true
fscache = true
symlinks = true
editor = code --wait
# [pager]
# diff = delta
# log = delta
# reflog = delta
# show = delta
[gpg]
program = C:\\Users\\shishi\\scoop\\apps\\gpg\\current\\bin\\gpg.exe
[branch]
autosetuprebase = always
[commit]
gpgsign = true
[credential]
helper = cache --timeout=2419200
# helper = /usr/lib/git-core/git-credential-libsecret
[ghq]
root = ~/dev/src
[magit]
hideCampaign = true
[pull]
autostash = true
[push]
default = current
autoSetupRemote = true
[help]
autocorrect = 1
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[url "ssh://git@github.com/"]
insteadOf = https://github.com/
[url "ssh://git@heroku.com/"]
insteadOf = https://git.heroku.com/
[github]
user = shishi
token = hogehoge
[heroku]
account = shishi
[wt]
basedir = .worktrees
copy = .devcontainer/
# hook =