LWN: Comments on "Git v2.24.0" https://lwn.net/Articles/803893/ This is a special feed containing comments posted to the individual LWN article titled "Git v2.24.0". en-us Mon, 20 Oct 2025 07:45:55 +0000 Mon, 20 Oct 2025 07:45:55 +0000 https://www.rssboard.org/rss-specification lwn@lwn.net Managing *multiple* git repos https://lwn.net/Articles/804054/ https://lwn.net/Articles/804054/ draco <div class="FormattedComment"> There's also gitslave. It appears to be a dead upstream, but it works for a lot of cases.<br> </div> Thu, 07 Nov 2019 04:46:11 +0000 Managing *multiple* git repos https://lwn.net/Articles/804029/ https://lwn.net/Articles/804029/ swilmet <div class="FormattedComment"> Yes, it's probably what I need. That project is also listed in the related links section of the myrepos homepage:<br> <p> <a href="https://myrepos.branchable.com/">https://myrepos.branchable.com/</a><br> <p> (see the comment below).<br> </div> Wed, 06 Nov 2019 16:35:48 +0000 Managing *multiple* git repos https://lwn.net/Articles/804028/ https://lwn.net/Articles/804028/ swilmet <div class="FormattedComment"> Cool, so it exists! I'll look at myrepos and gitbatch. Thanks!<br> </div> Wed, 06 Nov 2019 16:31:10 +0000 Managing *multiple* git repos https://lwn.net/Articles/803910/ https://lwn.net/Articles/803910/ pabs <div class="FormattedComment"> Personally I'm using myrepos for managing multiple repos (of various kinds; CVS, Subversion, Mercurial, Git). There are many other solutions for this, probably the one you want is gitbatch, see the related links section of the myrepos homepage:<br> <p> <a href="https://myrepos.branchable.com/">https://myrepos.branchable.com/</a><br> </div> Wed, 06 Nov 2019 01:58:03 +0000 Managing *multiple* git repos https://lwn.net/Articles/803898/ https://lwn.net/Articles/803898/ sitsofe <div class="FormattedComment"> Do you mean something like Google's repo - <a href="https://gerrit.googlesource.com/git-repo">https://gerrit.googlesource.com/git-repo</a> ?<br> </div> Tue, 05 Nov 2019 20:09:32 +0000 Managing *multiple* git repos https://lwn.net/Articles/803897/ https://lwn.net/Articles/803897/ swilmet <div class="FormattedComment"> 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.<br> <p> 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 […]`.<br> <p> 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?<br> </div> Tue, 05 Nov 2019 19:54:08 +0000