How do I disable git commit signing on a per-repository basis? #10

Closed
opened 2025-12-30 12:46:11 +00:00 by jadudm · 1 comment
Owner

I want signing in general, but I want to disable it on just one repository. How do I do that?

I want signing in general, but I want to disable it on just one repository. How do I do that?
Author
Owner
git config --local commit.gpgsign false

source: https://stackoverflow.com/a/59712153

```bash git config --local commit.gpgsign false ``` source: https://stackoverflow.com/a/59712153
jadudm added the git label 2025-12-30 12:49:53 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: jadudm/how-to-do-computer-things#10