1.0.10 • Published 4 years ago

git-puller v1.0.10

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

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

1.0.10

4 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

0.2.10

6 years ago

0.2.6

6 years ago

0.2.5

7 years ago

0.2.4

7 years ago

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.1.9

7 years ago

0.1.8

7 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

1.0.0

7 years ago