I unchecked the git hooks, but next time it's still checked.
Besides, every time it tells me there're some errors cannot be auto-corrected, so I'd like to uninstall it.
rm .git/hooks/pre-commit
Would be good to have pre-commit --uninstall-hooks which actually does what @shyiko proposed.
Otherwise might be not obvious.
@shyiko proposal is too destructive as there could be another code in pre-commit hook. Imho deleting it by hand should be fine solution for now.
Most helpful comment
rm .git/hooks/pre-commit