Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsciple committed Feb 13, 2020
1 parent 5aa59bc commit 51176b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adrs/0153-checkout-v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <NAME>` and `git config user.email <EMAIL>`. We will document this guidance.
Expand Down

0 comments on commit 51176b6

Please sign in to comment.