CloneCommand cmd = new CloneCommand(configuration);
cmd.run(false);
}
else {
FetchCommand cmd = new FetchCommand(configuration);
cmd.run();
}
new CheckoutCommand(configuration).forceCheckout(configuration.getRemoteBranch());
}
public String getName() {