Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentar cómo deshabilitar la solicitud de firma en los commits. #132

Open
jersonmartinez opened this issue Dec 1, 2022 · 0 comments
Assignees
Labels
Add content Add content

Comments

@jersonmartinez
Copy link
Owner

To temporarily disable GPG signing for the next commit:

git -c commit.gpgsign=false 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:

git commit --amend --no-gpg-sign

Countermand commit.gpgSign configuration variable that is set to force each and every commit to be signed.

@jersonmartinez jersonmartinez self-assigned this Dec 1, 2022
@jersonmartinez jersonmartinez added the Add content Add content label Dec 5, 2022
@jersonmartinez 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Add content Add content
Projects
None yet
Development

No branches or pull requests

1 participant