Interface GitCommand
-
- All Superinterfaces:
Command
- All Known Implementing Classes:
GitAddCommand
,GitBlameCommand
,GitBranchCommand
,GitChangeLogCommand
,GitCheckInCommand
,GitCheckOutCommand
,GitDiffCommand
,GitInfoCommand
,GitRemoteInfoCommand
,GitRemoveCommand
,GitStatusCommand
,GitTagCommand
,GitUntagCommand
,GitUpdateCommand
public interface GitCommand extends Command
- Author:
- Trygve Laugstøl