Class SubmoduleDeinitCommand

All Implemented Interfaces:
Callable<Collection<SubmoduleDeinitResult>>

public class SubmoduleDeinitCommand extends GitCommand<Collection<SubmoduleDeinitResult>>
A class used to execute a submodule deinit command.

This will remove the module(s) from the working tree, but won't affect .git/modules.

Since:
4.10
See Also: