Replying to @dtanzer

@dtanzer Add this to you precommit hook:

if ! git diff-index --quiet HEAD -- ; then echo 'You have uncommited changes!'
&& exit 1; fi

Mon, 23 Oct 2017 09:40:49 UTC