Syncing one remote git repo with other

113 views Asked by At

I would like to create like a 'mirror repo'. Lets say that there is a remote repository from which I can only clone. Now, there's a second, mine remote repo and I would like it to 'monitor' the first remote and automatically update if there is anything new.

I mean without involving the local repo. It's how I do that already. I checkout the first repo, make changes and push it to the second one.

But it takes too much time. I would like it to automatically sync for example once a day.

0

There are 0 answers