Skip to content

Instantly share code, notes, and snippets.

@muhrifqii
Last active August 22, 2023 08:55
Show Gist options
  • Save muhrifqii/062834fb64eeacd559535277620d74b3 to your computer and use it in GitHub Desktop.
Save muhrifqii/062834fb64eeacd559535277620d74b3 to your computer and use it in GitHub Desktop.
install prepare commit message hook
curl -o .git/hooks/prepare-commit-msg https://gist.githubusercontent.com/muhrifqii/a8a4e140040f54b3452ef14b9c31d9c3/raw
chmod +x .git/hooks/prepare-commit-msg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment