Skip to content

Commit

Permalink
Pre commit hook oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Hulbert committed Apr 25, 2013
1 parent 0156eb8 commit c30327d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-hooks/pre-commit
Expand Up @@ -11,7 +11,7 @@
#

# Installation (per-project):
# wget https://raw.github.com/dave1010/scripts/master/git-hooks/pre-commit -O .git/hooks/pre-commit && chmod a+x /usr/share/git-core/templates/hooks/pre-commit
# wget https://raw.github.com/dave1010/scripts/master/git-hooks/pre-commit -O .git/hooks/pre-commit && chmod a+x .git/hooks/pre-commit
# 1) Copy this file to <project>/.git/hooks/pre-commit
# 2) (Unix only) make sure it's executable

Expand Down

0 comments on commit c30327d

Please sign in to comment.