-
-
Save mkol5222/0e6ada1476aa5201618eeff46a26fbd1 to your computer and use it in GitHub Desktop.
Git: disable GPG signing for current repo only.
This file contains hidden or 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