Class ApplyCommand

All Implemented Interfaces:
Callable<ApplyResult>

public class ApplyCommand extends GitCommand<ApplyResult>
Apply a patch to files and/or to the index.
Since:
2.0
See Also: