Show HN: Holocron – A tool for syncing Git repositories(github.com)
github.com
Show HN: Holocron – A tool for syncing Git repositories
https://github.com/Someniak/holocron
3 comments
Goal is to do a full mirror repo to repo incl. all branches in an automated way. It's indeed nothing else than a git pull, git push but automated (with API key). Yes the destination can be different but a provider needs to be developed for that (currently only GitLab & GitHub supported). Developed this to have a full local mirror of all my GitHub projects; but it can also work the opposite way; where you have a local GitLab you want to mirror to GitHub.
[deleted]
Also, can the destination be something other than GitLab?