Git Info
Mark Mzyk February 29, 2012
Git info is a bash script I wrote that searches for git repositories with modified files and returns a list of the modified files and current branch name. It searches one level deep in subdirectories of the directory it is invoked in. It’s useful if you collect a bunch of git repos in one master […]