-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprivate_dot_gitconfig.tmpl
55 lines (40 loc) · 1.03 KB
/
private_dot_gitconfig.tmpl
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
[core]
whitespace = fix,space-before-tab,tab-in-indent,trailing-space
[help]
autocorrect = -1
[user]
email = {{ (onepasswordDetailsFields "5kaq6gish5gkbcl4dyrp2oy2ue").username.value }}
name = Brandon Black
signingkey = {{ (onepasswordDetailsFields "odb55usvohvjx52wh3gzwpbira").public_key.value }}
[github]
user = {{ (onepasswordItemFields "5kaq6gish5gkbcl4dyrp2oy2ue").handle.value }}
[push]
default = tracking
[branch]
autosetuprebase = always
[rerere]
enabled = 1
[color]
ui = 1
interactive = 1
[hub]
http-clone = false
protocol = https
[url "[email protected]:"]
insteadOf = "gh:"
pushInsteadOf = "github:"
pushInsteadOf = "git://github.com/"
[url "git://github.com/"]
insteadOf = "github:"
[url "[email protected]:"]
insteadOf = "gst:"
pushInsteadOf = "gist:"
pushInsteadOf = "git://gist.github.com/"
[url "git://gist.github.com/"]
insteadOf = "gist:"
[gpg]
format = ssh
[gpg "ssh"]
program = "/Applications/1Password.app/Contents/MacOS/op-ssh-sign"
[commit]
gpgsign = true