I know how to clone the single repo to the local system.
let's assume i have the project of X and having 10 reops. i wanted to clone all the repos related to the project X all at once, instead of cloning every repo one of after the other.
Hello @sreekanth M,
Unfortunately this is not possible because Git and Mercurial don't have any concept of a group of repositories, so you can only clone repositories one by one.
This process, however, can be automated with a script:
https://api.bitbucket.org/2.0/repositories/atlassian?q=project.key%3D%22BUILDENG%22
https://api.bitbucket.org/2.0/repositories/atlassian?q=project.key%3D%22BUILDENG%22&fields=values.links.clone.*,size,next,page
Hope this helps. Let me know if you have any questions.
Cheers,
Daniil
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.