Check multiple git repositories for uncommitted files…

I recently added a simple shell script to check multiple directories/repositories on your local pc for uncommitted files, to Github. You can also add directories which should be ignored by the search. You will need only three things to run it, git, locate and a linux shell. It’s simple but in my opinion very useful. 😉

So if you are interested check it out. gitTools on github.

Leave a comment