0.3.3 • Published 10 years ago

rgit v0.3.3

Weekly downloads
26
License
-
Repository
github
Last release
10 years ago

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

0.3.3

10 years ago

0.3.2

10 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.2.0

10 years ago

0.1.0

10 years ago