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

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.

Awesome Lists containing this project

README

          

# @lassehaslev/git-status
> Check `git status` on all branches inn all subfolders.

![Demo](git-status-demo.gif)

## 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
```