I am relatively new to using Git and I was wondering if there was a nifty way to prevent git commit
from running if it detects any //TODO
statements in the changes that you are attempting to commit.
IntelliJ used to detect this for me when I did SVN commits, but I would like to know the best way to accomplish this on the command line.