Reply to 922384745354399744
@dtanzer Add this to you precommit hook:
if ! git diff-index --quiet HEAD -- ; then echo 'You have uncommited changes!' && exit 1; fi
Reply to 922384745354399744
@dtanzer Add this to you precommit hook:
if ! git diff-index --quiet HEAD -- ; then echo 'You have uncommited changes!' && exit 1; fi