-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitconfig
42 lines (42 loc) · 984 Bytes
/
.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
[user]
name = Toshihiko Okubo
email = [email protected]
signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIP9JbUAAJnUlm4g1faY1a731GR0h5zn6OIqvdAZqEzvz
[color]
status = auto
diff = auto
branch = auto
interactive = auto
grep = auto
[core]
editor = vim
excludesfile = ~/.gitignore_global
pager = delta
[pull]
rebase = true
[interactive]
diffFilter = delta --color-only
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[gpg]
format = ssh
[gpg "ssh"]
program = /opt/1Password/op-ssh-sign
[commit]
gpgsign = true
[merge]
conflictstyle = zdiff3
[url "[email protected]:"]
insteadOf = https://github.com/
[url "ssh://[email protected]/"]
insteadOf = https://github.com/
[delta]
navigate = true # use n and N to move between diff sections
dark = true # or light = true, or omit for auto-detection
[ghq]
root = ~/git
[rerere]
enabled = true