NPM

Pull multiple git repositories

Do you recognize this too ? You have multiple git repos and want to update them all. After the 4th time cd and git pull it becomes a bit annoying. Thanks to an npm package you can make it a lot easier. The package git-pull-all pulls repo’s concurrent and because it operates asynchronous it works really well and fast. Installation and usage is very simple. Installation using npm :  $ npm install -g git-pull-all Usage […]

read more