Hey there! I was exploring different tools for mirroring git repositories locally and checking out your project.
While working on my own setup (specifically migrating things to a Gitea instance), I ended up building an alternative tool in Python. Since your project serves a somewhat similar overarching goal (keeping git repos synced), I figured I'd share it here just in case anyone who stumbles upon this repository happens to be a Gitea user looking for a dedicated mirroring solution.
It uses Gitea's native migration API to do full metadata migrations (issues, wikis, releases) and preserves GitHub organization structures automatically:
https://github.com/yuanweize/gitea-github-mirror
Thanks for sharing your work and code!
Hey there! I was exploring different tools for mirroring git repositories locally and checking out your project.
While working on my own setup (specifically migrating things to a Gitea instance), I ended up building an alternative tool in Python. Since your project serves a somewhat similar overarching goal (keeping git repos synced), I figured I'd share it here just in case anyone who stumbles upon this repository happens to be a Gitea user looking for a dedicated mirroring solution.
It uses Gitea's native migration API to do full metadata migrations (issues, wikis, releases) and preserves GitHub organization structures automatically:
https://github.com/yuanweize/gitea-github-mirror
Thanks for sharing your work and code!