Last active
October 3, 2024 18:52
-
-
Save webarchitect609/7eb524ef9eff00779e3b3ab0a5005923 to your computer and use it in GitHub Desktop.
Git: disable GPG signing for current repo only.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Write local | |
git config --local commit.gpgsign false | |
# Read local (if never set, can be an empty value) | |
git config --local commit.gpgsign |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment