1.0.2 • Published 7 years ago

git-trim-stash v1.0.2

Weekly downloads
1
License
ISC
Repository
github
Last release
7 years ago

git-trim-stash

A command-line git utility for trimming that stash.

Installation

npm install git-trim-stash -g

Usage

> git-trim-stash [#]

Example

Let's say you have 37 stashes in your current repo.

> git-trim-stash 10

27 stashes deleted.

Your stash will be trimmed to the number passed to the command.

Values greater than the number of stashes will result in a friendly message.

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago