https://github.com/lassehaslev/git-status
Run `git status` on all branches in all subfolders with a single command.
https://github.com/lassehaslev/git-status
cli git git-status recursive utility
Last synced: 3 months ago
JSON representation
Run `git status` on all branches in all subfolders with a single command.
- Host: GitHub
- URL: https://github.com/lassehaslev/git-status
- Owner: LasseHaslev
- Created: 2017-03-19T10:43:06.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-19T12:12:03.000Z (over 8 years ago)
- Last Synced: 2025-10-22T01:54:54.905Z (8 months ago)
- Topics: cli, git, git-status, recursive, utility
- Language: JavaScript
- Homepage:
- Size: 265 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @lassehaslev/git-status
> Check `git status` on all branches inn all subfolders.

## Install
``` bash
npm install -g @lassehaslev/git-status
```
## Usage
Just go to a folder and type
``` bash
# Check all git folders in folder
git-status
# Set how deep in subfolders you want to check for git repos
# In this example 2 Folders down (This folder and the next)
git-status --depth=2
```
## Development
```bash
# Install dependencies
npm install
# Link to global npm
npm link
```