From 3610eef576c0983c5fc9e7d288d4326708f78abb Mon Sep 17 00:00:00 2001 From: Crowdin Bot Date: Tue, 17 Oct 2023 01:33:00 +0000 Subject: [PATCH] New Crowdin translations by GitHub Action --- i18n/es/meta/git-recommendations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18n/es/meta/git-recommendations.md b/i18n/es/meta/git-recommendations.md index a9f6be1b..20899893 100644 --- a/i18n/es/meta/git-recommendations.md +++ b/i18n/es/meta/git-recommendations.md @@ -14,7 +14,7 @@ Puedes utilizar una clave SSH existente para firmar, o [crear una nueva](https:/ git config --global gpg.format ssh git config --global tag.gpgSign true ``` -2. Set your SSH key for signing in Git with the following command, substituting `/PATH/TO/.SSH/KEY.PUB` with the path to the public key you'd like to use, e.g. `/home/user/.ssh/id_ed25519.pub`: +2. Establece tu clave SSH para firmar en Git, utilizando el siguiente comando, reemplazando `/PATH/TO/.SSH/KEY.PUB` con la ruta hacia la clave pública que deseas utilizar, por ejemplo `/home/user/.ssh/id_ed25519.pub`: ``` git config --global user.signingkey /PATH/TO/.SSH/KEY.PUB ```