Socket
Socket
Sign inDemoInstall

git-list-stashes

Package Overview
Dependencies
12
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    git-list-stashes

Finds and lists open git stashes in many git repositories.


Version published
Weekly downloads
5
decreased by-68.75%
Maintainers
1
Install size
199 kB
Created
Weekly downloads
 

Readme

Source

git-list-stashes

Finds and lists open git stashes in many git repositories.

If you have one or a few workspaces with several git repositories, and you (or maybe your IDE) make git stashes that are forgotten, this tool will list them for you.

Usage

git-list-stashes [/path/to/workspace ...more paths ...or path/to/repo] [options]

If there are any stashes found or other problems, the script exits with code 1 + writes a report to STDERR, so it can for instance be used in a script for automated checks.

If no path given, defaults to current working directory.

Can be used as a git command git list-stashes as well.

Options

-v, --version    print version
-h, --help       print help

Install

npm install -g git-list-stashes

Needs node installed and also the git binary somewhere on the PATH.

Keywords

FAQs

Last updated on 14 Apr 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc