Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 512 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 512 Bytes

@lassehaslev/git-status

Check git status on all branches inn all subfolders.

Demo

Install

npm install -g @lassehaslev/git-status

Usage

Just go to a folder and type

# 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

# Install dependencies
npm install

# Link to global npm
npm link