Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be 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 Log page"

(New page: The <b>Git Log</b> page that allows you to browse the commit history of a Git repository branch. The page can show all the commits on a given branch, or focus on only the commits that invo...)
 
Line 1: Line 1:
 
The <b>Git Log</b> page that allows you to browse the commit history of a Git repository branch. The page can show all the commits on a given branch, or focus on only the commits that involve changes to a particular file or directory. You can browse both local and remote branches using this page.  What you see in this page depends on how you navigated to it:
 
The <b>Git Log</b> page that allows you to browse the commit history of a Git repository branch. The page can show all the commits on a given branch, or focus on only the commits that involve changes to a particular file or directory. You can browse both local and remote branches using this page.  What you see in this page depends on how you navigated to it:
* Choose a file or directory in the [[Orion/Documentation/User Guide/Reference/Navigator Page|navigator Page]], and select <b>Git Log</b> in the <b>Actions</b> column next to any file or folder that is in a Git repository:  
+
* Choose a file or directory in the [[Orion/Documentation/User Guide/Reference/Navigator Page|Navigator Page]], and select <b>Git Log</b> in the <b>Actions</b> column next to any file or folder that is in a Git repository:  
  
 
From this page you can open the contents of a commit in an editor, compare any two commits, compare any commit with the working tree, or tag a commit. In the toolbar on the far right hand side, there is a command to push any unreleased changes to the associated remote repository, if applicable.
 
From this page you can open the contents of a commit in an editor, compare any two commits, compare any commit with the working tree, or tag a commit. In the toolbar on the far right hand side, there is a command to push any unreleased changes to the associated remote repository, if applicable.
  
 
<p><img src="images/02m7-git-log-page.png" alt="Git log page"/></p>
 
<p><img src="images/02m7-git-log-page.png" alt="Git log page"/></p>

Revision as of 10:23, 21 June 2011

The Git Log page that allows you to browse the commit history of a Git repository branch. The page can show all the commits on a given branch, or focus on only the commits that involve changes to a particular file or directory. You can browse both local and remote branches using this page. What you see in this page depends on how you navigated to it:

  • Choose a file or directory in the Navigator Page, and select Git Log in the Actions column next to any file or folder that is in a Git repository:

From this page you can open the contents of a commit in an editor, compare any two commits, compare any commit with the working tree, or tag a commit. In the toolbar on the far right hand side, there is a command to push any unreleased changes to the associated remote repository, if applicable.

<img src="images/02m7-git-log-page.png" alt="Git log page"/>

Back to the top