This section talks about the reference browser, which allows you to view and work with all refs (tags, branches, remote branches, stash and so on). It can be opened using
→ .
The left panel displays the ref "types" in a tree such as tags, heads (local branches) and so on.
Right panel shows all refs for a selected type (recursively if not disabled using
) including the latest commit, description and (for local branches) their remote tracked branch.On both panels there is a powerful context menu which provides further options such as deleting/renaming refs, configuring the remote tracked branch (for local branches) and deleting tags for a remote (on the left panel when a remote is selected). If exactly two refs are selected it is possible to compare them or open the log for all commits which are on both branches (
) or just on one of the two ( ).In order to delete remote tags, use the context menu on a remote on he left and select
. Then the following dialog will come up. There you can delete multiple remote tags at once.