Skip to content

Git pull all repository of directory tree from specified directory or current path.

License

Notifications You must be signed in to change notification settings

novemberde/git-puller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git-puller

NPM version

Git pull all repository of directory tree from specified directory.

Installation

Install command line interface globally.

$ npm i -g git-puller

Usage

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

License

Provided under the terms of the MIT license

About

Git pull all repository of directory tree from specified directory or current path.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published