Skip to content
Snippets Groups Projects
Commit 060bceea authored by Jacob Schatz's avatar Jacob Schatz
Browse files

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

parent b3b7d124
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
 
touch ./.git/hooks/pre-commit
ln -s -f ./pre-commit .git/hooks/pre-commit
ln -s ./pre-commit .git/hooks/pre-commit
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment