Command-line utility for finding all your dirty Git repositories.
With Go:
go install github.com/carhartl/git-wip
Via Homebrew:
brew install carhartl/tap/git-wip
git-wip
By default uses the current directory as the starting point for the search. You can also specify a different directory:
git-wip /path/to/directory
Tip:
Due to the executable's naming you can also call it like so:
git wip
E.g. use with your favorite Git alias...