Apply actions to commits

To browse a directory or the commit history and to apply actions on the commits, go to Tools > Git > Actions on Commits.

Select a Git Commit dialog

You can apply the following actions on commits:

Menu ItemDescription
ArchivePackage the commit as a ZIP or tarball.
CheckoutCheck out the change in a headless state.
Cherry PickCherry-pick the selected change to the local repository.
RevertRevert the changes introduced by the commit. All other commits remain unchanged.
ShowShow the commit in the diff editor.

See also How To: Use Git and Git.