Skip to content

Instantly share code, notes, and snippets.

@webarchitect609
Last active September 16, 2024 06:04
Show Gist options
  • 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