Rename pre-commit to pre-push

This commit is contained in:
Jan Tuomi
2018-01-25 22:36:38 +02:00
parent cf50050eba
commit c671206e8a
3 changed files with 6 additions and 7 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ Set up your SSH key authentication in GitLab Profile Settings. Then clone the re
git clone git@git.sahkoinsinoorikilta.fi:vtmk/web2.0.git
cd web2.0
git checkout develop
cp scripts/git/pre-commit .git/hooks/pre-commit # install a script to test code before committing
cp scripts/git/pre-push .git/hooks/pre-push # install a script to test code before committing
```
## Windows install instructions