Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Orion/Documentation/User Guide/Reference/Git Commit page"

(New page: = Git Commit page = The <b>Git Commit</b> page allows you to see a detailed description of a single Git commit. This page includes all the usual Git commit details such as author, committe...)
 
(Opening the Git Commit page)
Line 5: Line 5:
  
 
To open the Git Commit page, click on any commit summary in the Git Log, Git Status, or Git Repositories page.
 
To open the Git Commit page, click on any commit summary in the Git Log, Git Status, or Git Repositories page.
 +
 +
[[Image:Orion-git-commit-open.png]]

Revision as of 18:03, 23 February 2012

Git Commit page

The Git Commit page allows you to see a detailed description of a single Git commit. This page includes all the usual Git commit details such as author, committer, summary, and parent commit. In addition, the page shows an in-line comparison of all the file changes that make up the commit. You can also perform operations on commits from this page, such as tagging and cherry-picking the commit into your current active branch.

Opening the Git Commit page

To open the Git Commit page, click on any commit summary in the Git Log, Git Status, or Git Repositories page.

Orion-git-commit-open.png

Copyright © Eclipse Foundation, Inc. All Rights Reserved.