45464748495051
public final String getCommandName() { return "push"; } public static PushCommand on(Repository repository) { return new PushCommand(repository); }
43444546474849