1.0.1 • Published 4 years ago
gh-pull v1.0.1
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"