We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Wondering if it's possible to pass options to the clone action, specifically --recursive and --depth=1
--recursive
--depth=1
Here's what I've got:
repo = Rugged::Repository.clone_at @git_url, @source, { :branch => @git_ref, :recursive => true, :depth => 1 }