Uses of Class
org.eclipse.jgit.api.GitCommand
Packages that use GitCommand
Package
Description
High-level API commands (the porcelain of JGit).
-
Uses of GitCommand in org.eclipse.jgit.api
Classes in org.eclipse.jgit.api with type parameters of type GitCommandModifier and TypeClassDescriptionclass
TransportCommand<C extends GitCommand,
T> Base class for commands that use aTransport
during execution.Subclasses of GitCommand in org.eclipse.jgit.apiModifier and TypeClassDescriptionclass
A class used to execute aAdd
command.class
Add object notes.class
Apply a patch to files and/or to the index.class
Create an archive of files from a named tree.class
Blame command for building aBlameResult
for a file path.class
Checkout a branch to the working tree.class
A class used to execute acherry-pick
command.class
Remove untracked files from the working treeclass
Clone a repository into a new working directoryclass
A class used to execute aCommit
command.class
Used to create a local branch.class
Used to delete one or several branches.class
Used to delete one or several tags.class
Given a commit, show the most recent tag that is reachable from a commit.class
Show changes between commits, commit and working tree, etc.class
A class used to execute aFetch
command.class
A class used to execute agc
command.class
Used to obtain a list of branches.class
List object notes.class
Used to obtain a list of tags.class
A class used to execute aLog
command.class
The ls-remote commandclass
A class used to execute aMerge
command.class
Command to find human-readable names of revisions.class
The Pull commandclass
A class used to execute aPush
command.class
A class used to execute aRebase
command.class
The reflog commandclass
Used to add a new remote.class
Used to obtain the list of remotes.class
Used to remove an existing remote.class
Used to change the URL of a remote.class
Remove object notes.class
Used to rename branches.class
A class used to execute aReset
command.class
A class used to execute arevert
command.class
Remove files from the index and working directory (or optionally only from the index).class
Show an object note.class
Command class to apply a stashed commit.class
Command class to stash changes in the working directory and index in a commit.class
Command class to delete a stashed commit referenceclass
Command class to list the stashed commits in a repository.class
A class used to execute aStatus
command.class
A class used to execute a submodule add command.class
A class used to execute a submodule deinit command.class
A class used to execute a submodule init command.class
A class used to execute a submodule status command.class
A class used to execute a submodule sync command.class
A class used to execute a submodule update command.class
Create/update an annotated tag object or a simple unannotated tagclass
TransportCommand<C extends GitCommand,
T> Base class for commands that use aTransport
during execution.class
A command to verify GPG signatures on tags or commits. -
Uses of GitCommand in org.eclipse.jgit.gitrepo
Subclasses of GitCommand in org.eclipse.jgit.gitrepo