We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 10067eb + 31615e0 commit 9611cb7Copy full SHA for 9611cb7
1 file changed
admin/setup.sh
@@ -2,5 +2,6 @@
2
3
# Install a pre-commit hook that
4
# automatically runs phpcs to fix styles
5
+mkdir -p .git/hooks
6
cp admin/pre-commit .git/hooks/pre-commit
7
chmod +x .git/hooks/pre-commit
0 commit comments