Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Antik9421 committed Jun 28, 2024
1 parent d306e86 commit 302da97
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hooks/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash
# Ваша команда
echo "Running pre-commit hook"
exit 1
1 change: 1 addition & 0 deletions setup-hooks.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ln -s hooks/pre-commit .git/hooks/pre-commit

0 comments on commit 302da97

Please sign in to comment.