Firmar commits - Signed Commits #32
Replies: 3 comments 1 reply
-
|
Y agregar la llave publica en settings pero de tipo signing key |
Beta Was this translation helpful? Give feedback.
-
|
Ejemplo: [user] |
Beta Was this translation helpful? Give feedback.
-
Otra alternativa más directa: git config --global user.signingkey /PATH/TO/.SSH/KEY.PUB |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Para configurar la firma debes de meterte al home y ingresar al archivo ".gitconfig" alli deberas de colocar
signingkey : La ruta de la llave ssh publica
y agregas
[commit]
gpgsign = true
[gpg]
format = ssh
Beta Was this translation helpful? Give feedback.
All reactions