Skip to content

Instantly share code, notes, and snippets.

@mkol5222
Forked from webarchitect609/terminal.sh
Created September 2, 2024 06:06
Show Gist options
  • Save mkol5222/0e6ada1476aa5201618eeff46a26fbd1 to your computer and use it in GitHub Desktop.
Save mkol5222/0e6ada1476aa5201618eeff46a26fbd1 to your computer and use it in GitHub Desktop.
Git: disable GPG signing for current repo only.
# 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