You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
I would like to "mirror" external libraries that I use (e.g. from GitHub) on my BitBucket account, just in case the original disappears and it has been submoduled into my code. I can then submodule the external library from my mirrored version instead of the original.
If I was doing this locally I would clone the repo, then I could pull any updates done to it. What I'm looking for I guess is the ability to clone into my BitBucket account. The nearest thing I can find is Import existing code, but I don't think I would be able to pull any changes to that (i.e. once imported it is totally seperated from the original).
Having it in my BitBucket account instead of just locally means I can access from multiple machines, VMs, etc.
Any suggestions on how to go about something like this?