Viewing Commit History

To view the history of commits in the current branch, do the following:

  1. Click Git on the main toolbar.

  2. In the Git panel, select the Version History tab.

    Git integration in ReadyAPI: View commit history

Tip

The panel shows the last 20 commits in the current branch. To see older commits, select View All Commits.

View commit history via the Git project menu

  1. Right-click your project in the Navigator panel and select Git > Show History from the context menu.

    Git integration: Show History command in context menu

    — or —

    Select Project > Git > Show History from the main menu.

    Git integration: Show History command in main menu

    Note

    If the command is disabled, make sure you enable integration with Git.

  2. 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:

Git integration: Viewing History

See Also

Publication date: