Commit 060bceea authored by Jacob Schatz's avatar Jacob Schatz

Remove `-f` to not ruin other people's existing pre-commit files.

parent b3b7d124
#!/bin/sh
touch ./.git/hooks/pre-commit
ln -s -f ./pre-commit .git/hooks/pre-commit
ln -s ./pre-commit .git/hooks/pre-commit
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment