Browse Repository

You can browse a repository by starting Git Extensions and select the repository to open. The main window contains the revision graph (commit log). You could also open the ‘Browse’ window from Windows Explorer and from Visual Studio.

The Browse window contains of several parts:

The Left panel, Tabs and the toolbar can be hidden, as well as showing the Commit tab as a panel in the revision graph.

Main toolbar

The main toolbar in Browse contains contains menus for other commands like Commit, Stash and Maintenance.

Revision graph

The full commit history can be browsed. There is a graph that shows branches and merges. You can show the difference between any two revisions by selecting them using ctrl-click.

_images/commit_diff_view.png

The context menu for a commit can both execute Git commands and change the appearance for the form.

_images/commit_contextual_menu.png

Filter

You can also filter the commit history so that fewer commits are shown.

Filter history

The history can be filtered using regular expressions and basic filter terms. Filtering will reduce the number of commits that are shown in the Git Extensions commit history. The quick filter in the toolbar filters by the commit message, the author and/or the committer.

_images/quick_filter.png

In the toolbar or context menu of the commit log you can open the advanced filter dialog. The advanced filter dialog allows you to filter for more specific commits.

_images/advance_filter_dialog-menu.png

When a filter is set, the icon for the advanced filter is changed and you see the current filter as a tooltip for the button. To remove the filter either remove the filter in the toolbar and press enter or remove the filter in the advanced filter dialog.

_images/advance_filter_dialog.png

Reflog

By default, Git will not show any commits that are not reachable and do not have any references, such as a branch or a tag. See Git reflog. Such commits will be purged when Git runs maintenance. By enabling Reflog via the toolbar button or in the View menu these commits will be shown too.

Tabs

For settings and further description, see Tabs.

Commit

Commit information and message as well as branch and tag information for the selected commit. This tab can be moved to the revision grid.

Diff

See also Show file differences for all parents in browse dialog and Show all available difftools

The file viewer will by default show the diff, but may also show Blame for the selected file.

File tree

Show the file tree for the commit.

The file viewer will by default show the file contents, but may also show Blame for the selected file.

You could search a file in the file tree using the default keyboard shortcut Ctrl + Shift + F (configurable in Hotkeys).

_images/find_in_file_tree.png

GPG

Show the GPG key for signed commits.

Console

Show Git terminal.

Build report

Optional, only shown if the build server plugin is configured for the repo and if it has found a build for the selected commit. Show build result page

Left panel

Show local and remote branches, git remotes, tags, submodules and stashes.