Skip to content

Instantly share code, notes, and snippets.

@webarchitect609
Last active April 25, 2024 15:07
Show Gist options
  • Star 11 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save webarchitect609/7eb524ef9eff00779e3b3ab0a5005923 to your computer and use it in GitHub Desktop.
Save webarchitect609/7eb524ef9eff00779e3b3ab0a5005923 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