From d60b309d075498087179a371f3eb06f4f83dbe30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bence=20P=C5=91cze?= Date: Mon, 21 Feb 2022 15:09:09 +0100 Subject: [PATCH] Update 'Configure Git to sign your commits' --- Configure-Git-to-sign-your-commits.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configure-Git-to-sign-your-commits.md b/Configure-Git-to-sign-your-commits.md index 6078281..aea1f8b 100644 --- a/Configure-Git-to-sign-your-commits.md +++ b/Configure-Git-to-sign-your-commits.md @@ -37,7 +37,7 @@ If you don't configure the automatic signing, you have to manually request it fo You can find further information about Git & GPG signing here: https://git-scm.com/book/en/v2/Git-Tools-Signing-Your-Work. -# Configure Gitea to rezognize your GPG key +# Configure Gitea to recognize your GPG key Retrieve your GPG public key with this command: ```bash gpg --export -a # DADC33A688BA1D2983BA6AA521BE5534738520D0 in this example