Managing *multiple* git repos
Managing *multiple* git repos
Posted Nov 5, 2019 19:54 UTC (Tue) by swilmet (guest, #98424)Parent article: Git v2.24.0
Git is great, but it has a view of only one git repository at a time. For projects having hundreds of git repos, people need to write some scripts to make some batch changes to several git repos.
For example when all the git repos change their URLs (a move to GitLab for example), we need to execute the command `git remote set-url […]`.
I wrote a script for that, but I'm interested to know if there is an existing polished solution, well documented etc. A real program that has a view and can manage *multiple* git repos. Does this exist?
