git-fetcher
git-fetcher
Perform git fetch on all remote sources in all git repos in your directory.
Installation
gem install git_fetcher
Usage
git-fetcher /path/to/your/development/directory
This will fetch from all remote sources for git repos in that directory. Essentially the same as going into every directory and running git remote update or git fetch --all.
Contributing to git_fetcher
Head over to https://github.com/yurikoval/git_fetcher and fork the project.