Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 734 Bytes

README.md

File metadata and controls

41 lines (26 loc) · 734 Bytes

git-wip

CI

Command-line utility for listing your work in progress 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...