Skip to content

Alars-ALIT/rgit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rgit

Recursive asynchronous GIT

RGit is a simple wrapper around git that executes your git command recursivly and asynchronously in all subfolders of your current work directory. (Subfolders that contain a .git folder)

Installation:

npm install -g rgit

Usage:

As you would use git. RGit passes all arguments to git. So a:

rgit status -sb 

.. would execute "git status -sb" in all git subfolders

About

Recursive GIT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published