Skip to Content

Git Log

The Git Log feature in WorktreeWise allows you to quickly browse and filter the commit history of the currently opened repository.

Accessing Git Log

There are two ways to view the Git log in WorktreeWise:

  1. Default Repository Log By default, WorktreeWise shows the Git log of the currently opened repository in the sidebar.

  2. From Workflow View Switch to the Workflow view from the sidebar and click on the Git Log option to display the commit history.

Git Log View

In the Git Log view, you can:

  • See commit messages, authors, dates, and SHA references.
  • Show branches and tags as refs when the Refs option is enabled.
  • Scroll through the history and click Load More to fetch additional commits.

Filters

  • Worktree → Show commits related to a specific worktree.
  • Author → Show commits made by a specific author.

Display Options

Use the checkboxes at the top to customize what’s shown in the log:

  • Author → Show or hide commit authors.
  • Date & Time → Show or hide commit timestamps.
  • SHA → Show or hide commit SHA identifiers.
  • Refs → Show or hide references such as tags and branches.

Git Log

Git Log Modal