Categorygithub.com/carhartl/git-wip
repositorypackage
0.0.6
Repository: https://github.com/carhartl/git-wip.git
Documentation: pkg.go.dev

# README

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