Skip to content

Instantly share code, notes, and snippets.

@mwalling
Created June 29, 2009 22:35
Show Gist options
  • Save mwalling/137856 to your computer and use it in GitHub Desktop.
Save mwalling/137856 to your computer and use it in GitHub Desktop.
mwalling@youtoo:~/wwwroot/noobs.dontlike.us$ ls -l .git/hooks/prepare-commit-msg
-rwxr-xr-x 1 mwalling mwalling 19 Jun 29 18:27 .git/hooks/prepare-commit-msg
mwalling@youtoo:~/wwwroot/noobs.dontlike.us$ cat .git/hooks/prepare-commit-msg
#!/bin/sh
exit 255
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment