msc-patryk-bartkowiak/helpers/install-hooks.sh
2024-05-11 16:38:33 +00:00

5 lines
85 B
Bash

#!/bin/bash -xe
cp hooks/pre-push .git/hooks/pre-push
chmod 700 .git/hooks/pre-push