/rust-hooks

Git hooks made in rust (for testing).

Primary LanguageRust

OSX/Linux Windows

Rust Git Hooks

Personal git hooks made in rust (to test rust).

Usage

Sym-link the binary to the .git directory in a project.

ln -s hooks .git/hooks/commit-msg
ln -s hooks .git/hooks/pre-push