2. How to... : View Commit History
   
View Commit History
Use the Commits page to view the commit history of a specific branch or tag. You can locate a branch or tag using its name.
To review a branch’s or tag’s commit history:
1. Click the Commits tab to display the Commits page.
The Repo and Branch fields retain their last values, even if they were set on the Source Tree or Branches pages.
2. Select the repository from the Repo drop-down menu.
If available, the master branch for the repository you choose is selected by default in the Branch field. Otherwise, GitCentric displays the first branch in the repository based on an alphanumeric sort.
3. Optionally, use the Branch drop-down menu to choose a branch other than master or a tag.
Tip: The list in the drop-down menu includes only branches by default. You can also include (or restrict the list to) tags, which are often used to mark important milestones like release points (v2.0, for example). If you choose a tag, GitCentric changes the Branch icon and label to Tag: .
GitCentric refreshes the Commits page to update the starting point of the history. Each row represents a single commit, starting with the most recent. Scroll the page to reach the origin of the commit graph.
Information Displayed on the Commits Page
As shown in this example, the Commits page provides several features that make it easy to view and explore commit history:
 
Item
Feature
Description
A
Source Tree tab
Jumps to the Source Tree page for the most recent commit in the branch. See View Commit History for more information.
Note that you can change the repository and branch using the Repo and Branch drop-down.
B
Clipboard
Copies the commit’s sha to the clipboard -- this allows for easy use of the sha in a Git command, for example.
C
Source Tree link
Jumps to the Source Tree page for any commit you choose. See Review a Commit’s Files for more information.
D
Commit summary
Shows the total number of files that were added to, deleted from, or modified in the commit. Together, this information provides you with a general feel for the size of the commit.
E
More button
Expands the commit row to display the entire message if the commit message consists of multiple lines, or is too long to be displayed in the available space. Click again to return to the default display.
F
Gravatar
Displays the names of the commit author and committer when the pointer is placed over the gravatar (Globally Recognized Avatar). If the author has registered with gravatar.com, his or her gravatar appears here; otherwise, a generic image is used.