gitcheck Public Release

I've just posted on github the code for "gitcheck", a Python program that reports on the local (and remote, if you use the right command line option) status of your git repositories. I have a tendency to write code on one machine and then expect to have access to it on another machine ... but I also have a tendency to not commit after verifying a fix, and/or not push to the remote. This helps me to remember to commit and push my code. I hope it's useful to other people as well.