Created
September 10, 2022 12:27
-
-
Save ppabcd/fdad0617fb5cfa40dcc512c6c76156e6 to your computer and use it in GitHub Desktop.
Dynamic Fixer
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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