Git pull all repository of directory tree from specified directory.
Install command line interface globally.
$ npm i -g git-puller
Usage: git-puller [options]
Options:
-V, --version output the version number
-d, --directory [value] Target directory
-r, --remote [value] Git Remote (default: origin)
-b, --branch [value] Git branch (default: master)
-h, --help output usage information
examples:
git-puller -d ./ # Current directory
git-puller -d ../../_my_project # Other directory
git-puller -d ./ -r origin -b master # Specify remote and branch
gplr -d ./ # Current directory
gplr -d ../../_my_project # Other directory
gplr -d ./ -r origin -b master # Specify remote and branch
Provided under the terms of the MIT license