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 TypeClassDescriptionclassTransportCommand<C extends GitCommand,T> Base class for commands that use aTransportduring execution.Subclasses of GitCommand in org.eclipse.jgit.apiModifier and TypeClassDescriptionclassA class used to execute aAddcommand.classAdd object notes.classApply a patch to files and/or to the index.classCreate an archive of files from a named tree.classBlame command for building aBlameResultfor a file path.classCheckout a branch to the working tree.classA class used to execute acherry-pickcommand.classRemove untracked files from the working treeclassClone a repository into a new working directoryclassA class used to execute aCommitcommand.classUsed to create a local branch.classUsed to delete one or several branches.classUsed to delete one or several tags.classGiven a commit, show the most recent tag that is reachable from a commit.classShow changes between commits, commit and working tree, etc.classA class used to execute aFetchcommand.classA class used to execute agccommand.classUsed to obtain a list of branches.classList object notes.classUsed to obtain a list of tags.classA class used to execute aLogcommand.classThe ls-remote commandclassA class used to execute aMergecommand.classCommand to find human-readable names of revisions.classThe Pull commandclassA class used to execute aPushcommand.classA class used to execute aRebasecommand.classThe reflog commandclassUsed to add a new remote.classUsed to obtain the list of remotes.classUsed to remove an existing remote.classUsed to change the URL of a remote.classRemove object notes.classUsed to rename branches.classA class used to execute aResetcommand.classA class used to execute arevertcommand.classRemove files from the index and working directory (or optionally only from the index).classShow an object note.classCommand class to apply a stashed commit.classCommand class to stash changes in the working directory and index in a commit.classCommand class to delete a stashed commit referenceclassCommand class to list the stashed commits in a repository.classA class used to execute aStatuscommand.classA class used to execute a submodule add command.classA class used to execute a submodule deinit command.classA class used to execute a submodule init command.classA class used to execute a submodule status command.classA class used to execute a submodule sync command.classA class used to execute a submodule update command.classCreate/update an annotated tag object or a simple unannotated tagclassTransportCommand<C extends GitCommand,T> Base class for commands that use aTransportduring execution.classA 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