---
title: "Viewing repository activity with the commit graph"
canonical: "https://support.appfire.com/space/GRAPH/150372614/Viewing%20repository%20activity%20with%20the%20commit%20graph"
format: markdown
---
> Macro (aura-html)

The main point of a commit graph is giving you a visualization to make sense if your git history:

![image](media://bb730efe-5974-4f26-bf33-11c3b5bc1024)

To view the git graph, go to the commits page.

## The Show All button

> ⚠️ <span style="color: #0e101a">Bitbucket introduced its commit graph since version 6.1 and requested to hide the </span><span style="color: #1d1c1d">Charts & Graphs app provided commit graph by </span><span style="color: #0e101a">default. The </span><span style="color: #0e101a">**Show All**</span><span style="color: #0e101a"> button is not displayed when Bitbucket 6.1's commit graph is enabled. To view the </span><span style="color: #1d1c1d">Charts & Graphs app provided commit graph</span><span style="color: #0e101a"> and display </span><span style="color: #0e101a">**Show All**</span><span style="color: #0e101a"> button option, you can find instructions </span><span style="color: #0e101a">[here](https://appfire.atlassian.net/wiki/spaces/GRAPH/pages/150372545)</span><span style="color: #0e101a">.</span>

What the show all button does is it shows all branches (even divergent ones), even if they don't return to master. When you select a branch normally, it only shows branches which merge back into the selected branch.