An open API service indexing awesome lists of open source software.

https://github.com/willis7/git-pre-commit-example

Stash uncommitted changes, run a test and fail commit if tests fail
https://github.com/willis7/git-pre-commit-example

git hooks

Last synced: about 2 months ago
JSON representation

Stash uncommitted changes, run a test and fail commit if tests fail

Awesome Lists containing this project

README

          

# Install the pre-commit hook

This is required every time we clone the repository.

`ln -sf ../../pre-commit.sh .git/hooks/pre-commit`