public interface GitCommand
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Executes the command.
|
void execute()
throws GitException,
InterruptedException
GitException - if underlying git operation fails.InterruptedException - if interrupted.Copyright © 2013–2020. All rights reserved.