https://github.com/fkhadra/stash
https://github.com/fkhadra/stash
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fkhadra/stash
- Owner: fkhadra
- Created: 2021-11-14T09:27:38.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-15T11:07:33.000Z (about 4 years ago)
- Last Synced: 2024-12-30T15:38:31.538Z (about 1 year ago)
- Language: Go
- Size: 7.81 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stash
A dead simple cli utility to help you manage your git stash.
[](https://asciinema.org/a/449229)
## Installation
### Homebrew
```sh
# add the tap first
brew tap fkhadra/stash
# install the binary
brew install fkhadra/stash/stash
```