Check git repositories for uncommited changes

Posted by Markus Benning on November 04, 2018

If you have a projects folder with some git repositories and you want to make sure that all your changes have been commited you often end up building a command line with find, xargs and git diff --quiet.

Ferry Boender created a tool for it called mgitstatus: