New on LowEndTalk? Please Register and read our Community Rules.
Git Bidirectional Sync
I am looking for an app that can sync between two git repositories. One on Github, the other Gitlab.
My goal is that if I add a change to Github, it will sync to my Gitlab. Also, if I add to my GitLab it will sync to my Github.
I know there is a bunch of shell scripts that can do this, but I was wondering if there was any web apps, or simple GUI apps that can do this for me.
I just want something that I don't have to code up myself.
If you have shell script examples, mind showing those as well in case this all doesn't pan out like I hope it will.
Thanks in advanced.
Comments
Gitlab itself has built in sync: https://docs.gitlab.com/ee/workflow/repository_mirroring.html
GitLab's is enterprise only.
https://about.gitlab.com/2018/05/22/gitlab-10-8-released/
You can get these feature even on free
As mentioned above, Check
Settings
/ Repository
- [Pull from a remote repository]
- [Push to a remote repository]
- [Bidirectional mirroring]
under your GitLab Repo
HO! That is exactly what I was looking for! They only went free with that feature less than a week ago!