Plans for a Tool for managing multiple version control repositories. Currently it can concurrently `git pull` in all subdirectories.
A Tool for managing multiple version control repositories. You have a lot of repositories and would like to simply sync them all with one command? Polygon can do that – and more.
Written functionally in Haskell.
Currently it recursively and concurrently pulls all Git repositories somewhere below the working directory. In the future it will be able to execute different commands, automatically recognizing different VCS tools.
This could hopefully not only simplify working with multiple repositories, but also be a tool to work with repos using different VCS's using a simple and unified interface.