fabioz/mu-repo

Could command "mu clone -all" support parameters like "-b branch --single-branch".

Ivan-ma opened this issue · 2 comments

Since our git repositories are big, I would like to use git shallow-clone to only clone one branch(refer to link) to save my disk space.

I want to clone all repositories in the group, by using command like this:
mu clone -all -b release/1.21 --single-branch

Could it be supported?

It could probably be supported, yes, still, it's not something I'll probably use, so, I won't be implementing this myself, but pull requests are welcome.

Closing since there are no plans to implement it (pull requests still welcome).