Skip to content

Instantly share code, notes, and snippets.

@ppabcd
Created September 10, 2022 12:27
Show Gist options
  • Save ppabcd/fdad0617fb5cfa40dcc512c6c76156e6 to your computer and use it in GitHub Desktop.
Save ppabcd/fdad0617fb5cfa40dcc512c6c76156e6 to your computer and use it in GitHub Desktop.
Dynamic Fixer
#!/bin/sh
wget https://gist.githubusercontent.com/ppabcd/1441d22056a30d084da7138b1ab16bf9/raw/pre-commit
mv ./pre-commit ./.git/hooks/pre-commit
rm -rf ./.git/hooks/prepare-commit-msg
chmod +x ./.git/hooks/pre-commit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment