You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently writing a Coder template for a project that needs submodules to be cloned.
With the git CLI you'd use git clone --recurse-submodules but there's no such option with the current module.
I think a recurse_submodule = true variable would be adequate.
If I get the time, I will submit a PR :-)
The text was updated successfully, but these errors were encountered:
I'm currently writing a Coder template for a project that needs submodules to be cloned.
With the git CLI you'd use
git clone --recurse-submodules
but there's no such option with the current module.I think a
recurse_submodule = true
variable would be adequate.If I get the time, I will submit a PR :-)
The text was updated successfully, but these errors were encountered: