Skip to content

Instantly share code, notes, and snippets.

View Goopil's full-sized avatar

Zachary V Goopil

  • infomaniak
  • Switzerland
View GitHub Profile
@webarchitect609
webarchitect609 / terminal.sh
Last active March 27, 2026 13:18
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