Pull multiple git repositories with a single command line
Install the package globally
npm install -g gh-pull
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"