Skip to content

Latest commit

 

History

History

.githooks

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Vimeo-Android Git Hooks

Enabling

To enable these hooks, run:

git config core.hooksPath .githooks

Notes

To make commits without the pre-commit hooks running, use the -n (--no-verify) flag.

eg:

git commit -n -m "my commit"