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.
- Host: GitHub
- URL: https://github.com/oresoftware/check-git-status
- Owner: ORESoftware
- License: mit
- Created: 2017-11-27T07:57:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-09T10:54:49.000Z (over 7 years ago)
- Last Synced: 2025-08-09T03:09:12.100Z (8 months ago)
- Topics: command-line-app, command-line-tool, dev-tools, git, git-status, git-tools
- Language: TypeScript
- Homepage:
- Size: 774 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
```