https://github.com/carhartl/git-wip
Command-line utility for listing your work in progress Git repositories.
https://github.com/carhartl/git-wip
cli git go
Last synced: 2 months ago
JSON representation
Command-line utility for listing your work in progress Git repositories.
- Host: GitHub
- URL: https://github.com/carhartl/git-wip
- Owner: carhartl
- License: unlicense
- Created: 2024-10-17T05:26:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-31T11:36:43.000Z (over 1 year ago)
- Last Synced: 2025-03-31T12:31:55.230Z (over 1 year ago)
- Topics: cli, git, go
- Language: Go
- Homepage:
- Size: 89.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# git-wip
[](https://github.com/carhartl/git-wip/actions/workflows/ci.yml)
Command-line utility for listing your work in progress Git repositories.
## Installation
With [Go](https://golang.org/):
```bash
go install github.com/carhartl/git-wip
```
Via [Homebrew](https://brew.sh/):
```bash
brew install carhartl/tap/git-wip
```
## Usage
```bash
git-wip
```
By default uses the current directory as the starting point for the search. You can also specify a different directory:
```bash
git-wip /path/to/directory
```
Tip:
Due to the executable's naming you can also call it like so:
```bash
git wip
```
E.g. use with your favorite Git alias...