History of 2019-05-27 Programmatically checking for uncommitted changes

2019-05-27
06:04 UTC Revision 1 . . . . Marcin BorkowskiOne problem that I encounter over and over again is checking if a Git repository is “clean”, i.e., if it doesn’t contain any uncommitted changes. This post serves as an easy way to remind myself how to accomplish that.