Skip to content

Command-line utility for listing work in progress Git repositories

License

Notifications You must be signed in to change notification settings

carhartl/git-wip

Repository files navigation

git-wip

CI

Command-line utility for finding all your dirty Git repositories.

Installation

With Go:

go install github.com/carhartl/git-wip

Via Homebrew:

brew install carhartl/tap/git-wip

Usage

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...

About

Command-line utility for listing work in progress Git repositories

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published