---
title: "Overriding Bitbucket 6.1's Commit Graph"
canonical: "https://support.appfire.com/space/GRAPH/150372545/Overriding%20Bitbucket%206.1's%20Commit%20Graph"
format: markdown
---
> Macro (aura-html)

> ℹ️ If you'd like to instead view the old legacy mode commit you can find instructions on that [here](https://appfire.atlassian.net/wiki/spaces/GRAPH/pages/150372647/Legacy+Mode+for+Commit+Graph).

If you would prefer to use our commit graph over Bitbucket 6.1's commit graph. You can do so by disabling the default commit graph in Bitbucket's settings.

## Disabling Bitbucket's built-in Commit Graph

To disable Bitbucket's default commit graph, add the following to your bitbucket.properties config file in your share folder. You can find instructions on how to do that [here](https://confluence.atlassian.com/bitbucketserver/bitbucket-server-config-properties-776640155.html).

```java
feature.commit.graph=false
```

After disabling the Bitbucket commit graph, our commit graph should now display, as long as you have Legacy Mode turned **off**.