Update template variable to new format
This commit is contained in:
parent
5c74453b52
commit
b7c3e030ad
@ -24,9 +24,9 @@
|
|||||||
ignore = update-index --assume-unchanged
|
ignore = update-index --assume-unchanged
|
||||||
|
|
||||||
[user]
|
[user]
|
||||||
email = __[email]__
|
email = {{email}}
|
||||||
name = __[name]__
|
name = {{name}}
|
||||||
signingkey = __[signing_key]__
|
signingkey = {{signing_key}}
|
||||||
|
|
||||||
[url "git@github.com:"]
|
[url "git@github.com:"]
|
||||||
insteadOf = https://github.com
|
insteadOf = https://github.com
|
||||||
|
Loading…
x
Reference in New Issue
Block a user