-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdot_gitconfig
More file actions
36 lines (29 loc) · 750 Bytes
/
dot_gitconfig
File metadata and controls
36 lines (29 loc) · 750 Bytes
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
[user]
name = nagamine-git
email = tsuyoshi.nagamine@efg-technologies.com
[url "git@github.com:"]
insteadOf = https://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
[push]
default = current
[core]
pager = delta
[interactive]
diffFilter = delta --color-only
[delta]
features = collared-trogon
side-by-side = true
line-numbers = true
syntax-theme = base16
plus-style = "syntax #003800"
minus-style = "syntax #3f0001"
plus-emph-style = "syntax #006000"
minus-emph-style = "syntax #600020"
ignore-whitespace = true
[color]
ui = auto