Clone Github, Gitlab, Bitbucket and other Git repositories

I needa solution to clone Git repositories (namely Gitlab) of an org. I thought I write custom app to do it, but then I realised this could be a good fit for rclone.

In Gitlab, there is hierarchy organized as Groups (the root group is your organization), subgroups at multiple levels and Projects (repositories). Having such hierarchy is Git provider-specific so I guess such feature could be provider-specific as well as having a generic Git provider.

If you think it is a good idea I might give it a try (I can't promise it as currently a simple app just did the job).

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.