Git Hooks that I frequently use
Go to file
Brian Buller 82327f7292 Initial Commit 2019-02-21 09:02:42 -06:00
pre-commit-todos Initial Commit 2019-02-21 09:02:42 -06:00
LICENSE Initial commit 2019-02-21 08:57:09 -06:00
README.md Initial Commit 2019-02-21 09:02:42 -06:00

README.md

git-hooks

This is where I store git hooks that I frequently use in projects. Right now there is one:

pre-commit-todos:

A hook that blocks forbidden code from being committed, I use it to make sure that anything flagged with 'TODO:' gets taken care of before committing.

It also has a chunk in there to display 'TODO-WARN:' as warnings when committing, but still allows the commit.