-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitconfig.win
59 lines (58 loc) · 1.3 KB
/
.gitconfig.win
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
[user]
email = [email protected]
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
[push]
default = current
[help]
autocorrect = 1
[branch]
autosetuprebase = always
[github]
user = shishi
token = hogehoge
[heroku]
account = shishi
[magit]
hideCampaign = true
[ghq]
root = C:/Users/shishi/dev/src
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[credential]
helper = manager-core
# helper = manager
[commit]
gpgsign = true
[gpg]
program = C:\\Users\\shishi\\scoop\\apps\\gpg\\current\\bin\\gpg.exe
[url "ssh://[email protected]/"]
insteadOf = https://github.com/
[url "ssh://[email protected]/"]
insteadOf = https://git.heroku.com/