Skip to content

Run `git status` on all branches in all subfolders with a single command.

Notifications You must be signed in to change notification settings

LasseHaslev/git-status

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@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

About

Run `git status` on all branches in all subfolders with a single command.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published