From const at makelinux.co.il Sat Oct 12 09:14:55 2019 From: const at makelinux.co.il (Constantine Shulyupin) Date: Sat, 12 Oct 2019 09:14:55 +0300 Subject: git-m - multiple git replication and management utility Message-ID: Hi friends, Once I needed to replicate hundreds of repositories. Usually git modules and tool repo are used for this task. But I had standalone gits without repo or git modules or gits from different repo. To solve this problem in generic way I made bash script and then python utility for managing tree of git. The main replication feature scans tree of gits metadata and then restores the tree using git clone and git checkout. I invite you to review and use the work: https://github.com/makelinux/gitm/ Thank you -- Constantine Shulyupin