From 51176b6552e308f9ce8f11d33bef3ddf97d3be8c Mon Sep 17 00:00:00 2001 From: eric sciple Date: Thu, 13 Feb 2020 15:54:13 -0500 Subject: [PATCH] . --- adrs/0153-checkout-v2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adrs/0153-checkout-v2.md b/adrs/0153-checkout-v2.md index 3dd40b7dc..981b11422 100644 --- a/adrs/0153-checkout-v2.md +++ b/adrs/0153-checkout-v2.md @@ -73,7 +73,7 @@ Persist the token in the git config (http.extraheader). This will allow users to A post script will remove the credentials from the git config (cleanup for self-hosted). -Users may opt-out by specifying `persist-credentials: false`. +Users may opt-out by specifying `persist-credentials: false` Note: - Users scripting `git commit` may need to set the username and email. The service does not provide any reasonable default value. Users can add `git config user.name ` and `git config user.email `. We will document this guidance.