diff options
author | Nick Van Doorn <nick@nvandoorn.com> | 2025-04-16 19:27:17 -0700 |
---|---|---|
committer | Nick Van Doorn <nick@nvandoorn.com> | 2025-04-16 19:27:17 -0700 |
commit | 2db96a4535d128c30d72df477708e020e3008b1e (patch) | |
tree | 61b22ca480acdb2e9d20e6c730d786bbc80265d1 | |
parent | 241ee24517d65dbde3b7be09df284aca923b5943 (diff) |
Temporarily disable commit signing
-rw-r--r-- | gitconfig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ process = git-lfs filter-process required = true [commit] - gpgSign = true + gpgSign = false verbose = true [gpg] program = /usr/local/MacGPG2/bin/gpg2 |