git-resource
git-resource copied to clipboard
push without submodules
Hi,
I'm missing the options for dealing with submodules.
On 'in' (clone) there are submodule handling parameters
I need these also to exist on 'out' (push), as the latter also does clone the repo for pushing.
At least I'd need the out Parameter: submodules : Optional. If none, submodules will neither be fetched, nor be pushed.
...or am I missing something on how to push a git repo without its submodules???