logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Control Git Repos - Run Commands on Multiple Repos | Online Free DevTools by Hexmos

Control Git repositories efficiently with git-for-each-repo. Execute commands across multiple repos simultaneously. Streamline Git workflows with this free online tool, no registration required.

git-for-each-repo

Run a Git command on a list of repositories. Note: This command is experimental and may change. More information: https://git-scm.com/docs/git-for-each-repo.

  • Run maintenance on each of a list of repositories stored in the maintenance.repo user configuration variable:

git for-each-repo --config maintenance.repo {{maintenance run}}

  • Run git pull on each repository listed in a global configuration variable:

git for-each-repo --config {{global_configuration_variable}} {{pull}}

See Also