public class GitKt
@NotNull
public static org.eclipse.jgit.api.Git clone(@NotNull
org.eclipse.egit.github.core.Repository $this$clone,
@NotNull
org.eclipse.egit.github.core.RepositoryBranch branch,
@NotNull
java.io.File destination,
@NotNull
Credentials credentials)
public static org.eclipse.jgit.dircache.DirCache add(@NotNull
org.eclipse.jgit.api.Git $this$add,
@NotNull
java.io.File location,
@NotNull
java.lang.Iterable<? extends org.danilopianini.upgradle.api.Change> changes)
public static org.eclipse.jgit.revwalk.RevCommit commit(@NotNull
org.eclipse.jgit.api.Git $this$commit,
@NotNull
java.lang.String message,
@NotNull
java.lang.String author,
@NotNull
java.lang.String email)
@NotNull
public static java.util.List<org.eclipse.jgit.transport.RemoteRefUpdate> pushTo(@NotNull
org.eclipse.jgit.api.Git $this$pushTo,
@NotNull
java.lang.String branch,
@NotNull
Credentials credentials)
public static org.eclipse.egit.github.core.PullRequest createPullRequest(@NotNull
org.eclipse.egit.github.core.Repository $this$createPullRequest,
@NotNull
Operation update,
@NotNull
java.lang.String head,
@NotNull
java.lang.String base,
@NotNull
Credentials credentials)