mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 12:25:47 +02:00
update pre-commit hook
This commit is contained in:
parent
45f640941c
commit
7ecbd7fbb3
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
set -ex; rm -rf repo; mkdir repo; cd repo
|
||||
|
||||
git init
|
||||
cp ../pre-commit .git/hooks/pre-commit
|
||||
cp ../extras/pre-commit .git/hooks/pre-commit
|
||||
chmod +x .git/hooks/pre-commit
|
||||
|
||||
echo "file" > file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue