Command-line utility for listing your work in progress Git repositories.
With Go:
go install github.com/carhartl/git-wipVia Homebrew:
brew install carhartl/tap/git-wipgit-wipBy default uses the current directory as the starting point for the search. You can also specify a different directory:
git-wip /path/to/directoryTip:
Due to the executable's naming you can also call it like so:
git wipE.g. use with your favorite Git alias...