To view the history of commits in the current branch, do the following:
-
Click Git on the main toolbar.
-
In the Git panel, select the Version History tab.
Click the image to enlarge it.
Tip: |
The panel shows the last 20 commits in the current branch. To see older commits, select View All Commits. |
-
Right-click your project in the Navigator panel and select Git > Show History from the context menu.
Show image
— or —
Select Project > Git > Show History from the main menu.
Show image
Note: If the command is disabled, make sure you enabled integration with Git.
-
In the subsequent Version History dialog, you can examine the history of commits for the repository. For each commit, you can see the full commit revision hash, date, user who created the commit and the commit message.
To view a commit’s message, simply select that commit in the list. You will see the message in the Commit Message box:
See Also
Git Integration