mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-31 14:24:25 +03:00
update pre-commit hook
This commit is contained in:
@ -2,7 +2,7 @@
|
|||||||
set -ex; rm -rf repo; mkdir repo; cd repo
|
set -ex; rm -rf repo; mkdir repo; cd repo
|
||||||
|
|
||||||
git init
|
git init
|
||||||
cp ../pre-commit .git/hooks/pre-commit
|
cp ../extras/pre-commit .git/hooks/pre-commit
|
||||||
chmod +x .git/hooks/pre-commit
|
chmod +x .git/hooks/pre-commit
|
||||||
|
|
||||||
echo "file" > file
|
echo "file" > file
|
||||||
|
Reference in New Issue
Block a user