An open API service indexing awesome lists of open source software.

https://github.com/oresoftware/check-git-status

Get a report on the "unclean" Git status for every Git repo within a certain directory.
https://github.com/oresoftware/check-git-status

command-line-app command-line-tool dev-tools git git-status git-tools

Last synced: about 2 months ago
JSON representation

Get a report on the "unclean" Git status for every Git repo within a certain directory.

Awesome Lists containing this project

README

          

## Git-Check-Status

Get a report on the "unclean" Git status for every Git repo within a certain directory.
()Currently only investigates the Git status of checked out branches.)

# Installation

```bash
npm install -g check-git-status
```

# Usage

```bash
check-git-status --search-root=. # search within the pwd for git repos
```