> ## Documentation Index
> Fetch the complete documentation index at: https://docs.piebald.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Git viewer

<Badge color="green">Available in [Piebald Pro](https://piebald.ai/pricing)</Badge>

To view the changes in your Git repository, switch to the Git viewer by clicking the Git icon in the top right corner of the code sidebar.

<img class="shadow-md rounded-xl" width="400" alt="project_git_section.png" src="https://mintcdn.com/piebald/8Y9BNGsLA7OR-jy1/imgs/project_git_section.png?fit=max&auto=format&n=8Y9BNGsLA7OR-jy1&q=85&s=20bbd0d9ca2066f52beb99a754601f0a" data-path="imgs/project_git_section.png" />

Clicking on a file in the Git viewer sidebar will display the changes in that file.

<img class="shadow-md rounded-xl" width="1500" alt="file_in_git_view.png" src="https://mintcdn.com/piebald/8Y9BNGsLA7OR-jy1/imgs/file_in_git_view.png?fit=max&auto=format&n=8Y9BNGsLA7OR-jy1&q=85&s=0a38ab8ec2fed1c64505a86655f9c345" data-path="imgs/file_in_git_view.png" />

Clicking **Open in Editor** will open the file in the [code editor](/features/development-experience/code-editor).

At the moment, the Git diff browser is very limited—the only functionality is viewing the diff.  However, in near versions, we plan to add much more complete Git support—reverting individual changes, resolving merge conflicts, merging/rebasing branches, sophisticated support for PR/MR stacks, etc.

### Configuration

The Git viewer is configurable in a couple ways:

* Unchanged sections in a file can be set to expanded or folded.
* The diff view can be set to inline or side-by-side.

Both configuration options are available from the **Configuration** dropdown accessible using the switches button in the top right corner:

<img class="shadow-md rounded-xl" width="500" alt="git_view_configuration.png" src="https://mintcdn.com/piebald/8Y9BNGsLA7OR-jy1/imgs/git_view_configuration.png?fit=max&auto=format&n=8Y9BNGsLA7OR-jy1&q=85&s=e7ae1e765ba144123d46d5b28da6ec3f" data-path="imgs/git_view_configuration.png" />
