Sometimes, working across multiple git repositores, there is a need to have many of them dirty at the same time.
To find the status of multiple repositories below the same path, I wrote a tiny utility to show git status -s for them. The parameter -s stands for short, it just shows the changed or untracked files for a repository, that are not committed.
Have a look at the utility at github.com/borglefink/gitstat.
No comments:
Post a comment