Open ragnarkurmwunder opened 5 years ago
Create an alias which will find pre-commit from current repo, so that user could type pre-commit myfile.php, not ../../../.git/hooks/pre-commit myfile.php.
pre-commit myfile.php
../../../.git/hooks/pre-commit myfile.php
Create an alias which will find pre-commit from current repo, so that user could type
pre-commit myfile.php
, not../../../.git/hooks/pre-commit myfile.php
.