A CLI to update multiple Git repositories in bulk. multi-gitter allows you to make changes in multiple repositories simultaneously. This is achieved by running a script or program in the context of multiple repositories. If any changes are made, a pull request is created that can be merged manually by the set reviewers, or automatically by multi-gitter when CI pipelines has completed successfully.
A CLI to update multiple Git repositories in bulk. multi-gitter allows you to make changes in multiple repositories simultaneously. This is achieved by running a script or program in the context of multiple repositories. If any changes are made, a pull request is created that can be merged manually by the set reviewers, or automatically by multi-gitter when CI pipelines has completed successfully.
To install multi-gitter, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install multi-gitter
To see what files were installed by multi-gitter, run:
port contents multi-gitter
To later upgrade multi-gitter, run:
sudo port selfupdate && sudo port upgrade multi-gitter
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.