Created
December 8, 2023 11:10
-
-
Save johndodev/2dbfc4ef5524a7f230fb032e95438bff to your computer and use it in GitHub Desktop.
Fichier qui installe le pre-commit
This file contains hidden or 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 | |
cp ./bin/gitHook/pre-commit .git/hooks/pre-commit | |
chmod +x .git/hooks/pre-commit | |
echo "Pre-commit git hook installed (or updated)" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment