msc-patryk-bartkowiak/helpers/install-hooks.sh

5 lines
85 B
Bash
Raw Normal View History

2024-05-11 18:37:27 +02:00
#!/bin/bash -xe
cp hooks/pre-push .git/hooks/pre-push
chmod 700 .git/hooks/pre-push