You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jersonmartinez
changed the title
Redactar el cómo deshabilitar la solicitud de firma en los commits.
Documentar cómo deshabilitar la solicitud de firma en los commits.
Dec 5, 2022
To temporarily disable GPG signing for the next commit:
To disable Git GPG signing for every repository on your computer:
$ git config --global commit.gpgsign false
To disable Git GPG signing for a single repository:
git config commit.gpgsign false
To unsign the last commit:
Countermand
commit.gpgSign
configuration variable that is set to force each and every commit to be signed.The text was updated successfully, but these errors were encountered: