msc-patryk-bartkowiak/helpers/install-hooks.sh
2024-08-13 10:03:52 +00:00

5 lines
85 B
Bash

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