Skip to content

Roger-Takeshita/gh-pull

Repository files navigation

Description

Pull multiple git repositories with a single command line

Installation

Install the package globally

  npm install -g gh-pull

How to use it?

On terminal go to the root of your nested repositories and run gh-pull

Colors Description
Pulled new modifications
Already up to date
Something is wrong

You can always create an alias of your choice instead of using gh-pull, eg:

  alias pull="gh-pull"