fix gitconfig url insteadOf example
Previous example would result in quote escaping problem
This commit is contained in:
parent
8c6bbafd9b
commit
3f2dc49ad8
@ -96,7 +96,7 @@ users:
|
|||||||
gitconfig:
|
gitconfig:
|
||||||
user.name: B User
|
user.name: B User
|
||||||
user.email: buser@example.com
|
user.email: buser@example.com
|
||||||
url."https://".insteadOf: "git://"
|
"url.https://.insteadOf": "git://"
|
||||||
|
|
||||||
google_2fa: True
|
google_2fa: True
|
||||||
google_auth:
|
google_auth:
|
||||||
|
Loading…
Reference in New Issue
Block a user