Build Status Gem Version git_multicast API Documentation

Multicast your git actions.

Have you ever need to clone a whole bunch of repositories? Have you forgot to pull remote changes?

git_multicast to the rescue!

git_multicast is a ruby gem that provides a simple cli for issuing commands to multiple git repositories, much like a multicast sends data to multiple recipients.

git_multicast executes actions in parallel, so cloning 30 repositories will take just as long as cloning the biggest one, and nothing more.

Actions currently supported:

  • Git clone all repositories of an user or organization (github & bitbucket).
  • Git pull all repositories in a directory.
  • Git status all repositories in a directory.

Actions to be supported:

  • Git clone repositories from Gitlab.
  • Pass options to git pull. (e.g., force, rebase, dry-run, etc.)
  • Pass options to git status. (e.g., show only those that have modifications)