1.0.1 • Published 5 years ago

git-stack v1.0.1

Weekly downloads
2
License
Unlicense
Repository
github
Last release
5 years ago

Git Stack

npm

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

demo

Changelog

See CHANGELOG.md

License

See UNLICENSE