Skip to content

Git Browser Pro

Pro feature

This feature requires a Pro licence. Activate your licence to unlock it.

Opening a repository

Open a new tab and select Git Comparison from the tab type selector.

Browsing commits

The left panel shows the commit list: hash, author, date, and message.

Click any commit to select it. The right panel shows the list of files changed in that commit.

Click any file in the file list to open a side-by-side comparison of that file between the selected commit and its parent. You can double click the file to open the comparison in a separate tab.

Branches and tags

The branch dropdown at the top of the commit list lets you switch between branches and tags. Switching branch reloads the commit list for that branch.

Working tree changes

Select Working tree in the branch/ref dropdown to see unstaged changes. Files modified since the last commit are listed; clicking one compares the on-disk version against the last committed version.