Replies: 1 comment 1 reply
-
If that would be possible with the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a repository that I want to mirror. Normally I'd fork it and then do periodic pulls from upstream, but these two repos happen to be in AzureDevOps, and this is not possible. I was, then, thinking in having a script that queries the upstream repo, gets the tree, blob, commit and tags objects, and pushes them into the mirror. Do you guys think this approach would work? Ideally I'd like to do this on a service that does not have even disk (like listening/querying for changes and then retrieving the changed objects).
Is this possible at all?
Beta Was this translation helpful? Give feedback.
All reactions