diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-06-03 14:38:01 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-06-03 14:38:01 -0700 |
commit | 160ef79cec9b3b910e9cf3158964402655b72262 (patch) | |
tree | 5c0d5be16692c2be2a3623f6e844e8d848d15eb6 | |
parent | 7267404dc5a84e7a4c81a55eb3bf22e14bcc7d1c (diff) | |
parent | 1df036ea25f8c6cb2f37633f603a93355a1e63ab (diff) | |
download | git-160ef79cec9b3b910e9cf3158964402655b72262.tar.gz |
Merge branch 'mr/send-email-doc-gmail-2fa'
Typofix.
* mr/send-email-doc-gmail-2fa:
Documentation/git-send-email: fix typo in gmail 2FA section
-rw-r--r-- | Documentation/git-send-email.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-send-email.txt b/Documentation/git-send-email.txt index edbba3a2ef..a88d18604a 100644 --- a/Documentation/git-send-email.txt +++ b/Documentation/git-send-email.txt @@ -450,7 +450,7 @@ edit ~/.gitconfig to specify your account settings: smtpUser = yourname@gmail.com smtpServerPort = 587 -If you have multifactor authentication setup on your gmail acocunt, you will +If you have multifactor authentication setup on your gmail account, you will need to generate an app-specific password for use with 'git send-email'. Visit https://security.google.com/settings/security/apppasswords to setup an app-specific password. Once setup, you can store it with the credentials |