https://github.com/chunkhang/git-stack
A more user-friendly git stash
https://github.com/chunkhang/git-stack
git stack
Last synced: 2 months ago
JSON representation
A more user-friendly git stash
- Host: GitHub
- URL: https://github.com/chunkhang/git-stack
- Owner: chunkhang
- License: unlicense
- Created: 2019-01-11T15:16:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-27T10:26:12.000Z (over 7 years ago)
- Last Synced: 2025-08-12T16:53:34.948Z (11 months ago)
- Topics: git, stack
- Language: JavaScript
- Size: 3.39 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Git Stack
[](https://www.npmjs.com/package/git-stack)
> A more user-friendly git stash
I've always found `git stash` quite a useful command when I need to save my work temporarily to switching branches or resolve merges. However, I always thought it was a bit cumbersome to utilise properly. More often than not, I find myself typing `git stash` when I meant `git stash list`. Stashes with names such as `stash@{0}: WIP on master: 358db41 End process properly` are not exactly insightful as well. Hence, I wrote `git stack` as friendlier version of `git stash`. It retains semantics such as `push`, `pop`, `apply`, `drop` and `clear`, but offers a more intuitive workflow
## Installation
```
$ npm install -g git-stack
```
## Usage
There's only one command to remember:
```
$ git stack
```

## Changelog
See [CHANGELOG.md](CHANGELOG.md)
## License
See [UNLICENSE](UNLICENSE)