mina
mina copied to clipboard
Call git clone without the --recursive option
Is there a way to call git clone without the --recursive option with mina. I don't want to download every submodule.
Unfortunately not for now as it is hardcoded https://github.com/mina-deploy/mina/blob/master/tasks/mina/git.rb#L15
what you could do is write your own git:clone task and remote that line.