diff options
author | SZEDER Gábor <szeder@ira.uka.de> | 2016-06-02 01:37:41 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-06-01 17:23:38 -0700 |
commit | 1df036ea25f8c6cb2f37633f603a93355a1e63ab (patch) | |
tree | e3e5e636a8ecda8495f4d7872b469146f387d8e5 | |
parent | Documentation: add instructions to help setup gmail 2FA (diff) | |
download | tgif-1df036ea25f8c6cb2f37633f603a93355a1e63ab.tar.xz |
Documentation/git-send-email: fix typo in gmail 2FA section
Signed-off-by: SZEDER Gábor <szeder@ira.uka.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-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 |