Skip to content

Instantly share code, notes, and snippets.

@CypherpunkSamurai
Forked from webarchitect609/terminal.sh
Created March 11, 2026 14:44
Show Gist options
  • Select an option

  • Save CypherpunkSamurai/83d5049dda23e40cca20e856187faef3 to your computer and use it in GitHub Desktop.

Select an option

Save CypherpunkSamurai/83d5049dda23e40cca20e856187faef3 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