Skip to content

Instantly share code, notes, and snippets.

@joutvhu
Last active May 3, 2024 11:26
Show Gist options
  • Save joutvhu/e341566fcb6388e65c2820309d164f4c to your computer and use it in GitHub Desktop.
Save joutvhu/e341566fcb6388e65c2820309d164f4c to your computer and use it in GitHub Desktop.
  • Disable git hooks
git config core.hooksPath no-hooks
  • Re-enable git hooks
git config --unset core.hooksPath
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment