Interface GitCommand
- 
- All Superinterfaces:
- Command
 - All Known Implementing Classes:
- GitAddCommand,- GitBlameCommand,- GitBranchCommand,- GitChangeLogCommand,- GitCheckInCommand,- GitCheckOutCommand,- GitDiffCommand,- GitInfoCommand,- GitRemoteInfoCommand,- GitRemoveCommand,- GitStatusCommand,- GitTagCommand,- GitUntagCommand,- GitUpdateCommand,- JGitAddCommand,- JGitBlameCommand,- JGitBranchCommand,- JGitChangeLogCommand,- JGitCheckInCommand,- JGitCheckOutCommand,- JGitDiffCommand,- JGitInfoCommand,- JGitListCommand,- JGitRemoteInfoCommand,- JGitRemoveCommand,- JGitStatusCommand,- JGitTagCommand,- JGitUntagCommand
 
 public interface GitCommand extends Command - Author:
- Trygve Laugstøl