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

# Consumer Guide

This guide covers Git operations for team members who clone and consume shared collections.

<Info>
  All features on this page are available in the **free version** starting from Bruno 3.0.0.
</Info>

## Cloning Collections from GitHub

To clone a collection from GitHub into **Bruno**, you need to have an existing collection repository hosted on GitHub.

For example, you can use this [Bruno repository](https://github.com/usebruno/github-rest-api-collection) and follow the steps below.

1. Launch **Bruno** and click the **Import Collection** button in the Quick Actions section on the Overview page. Alternatively, click the **+** icon in the sidebar and select **Import collection**.

<img src="https://mintcdn.com/bruno-a6972042/lK4oxIJsFt1GYUhN/images/screenshots/git-integration/git-gui/consumer/1-import-option.webp?fit=max&auto=format&n=lK4oxIJsFt1GYUhN&q=85&s=e74b0379741d525bd6b0a175c7510f83" alt="Import Option" width="2818" height="1780" data-path="images/screenshots/git-integration/git-gui/consumer/1-import-option.webp" />

2. In the Import Collection dialog, select the **Git Repository** tab.

3. Enter the **Git repository URL** and click the **Clone** button.
   <img src="https://mintcdn.com/bruno-a6972042/lK4oxIJsFt1GYUhN/images/screenshots/git-integration/git-gui/consumer/2-click-clone-repo.webp?fit=max&auto=format&n=lK4oxIJsFt1GYUhN&q=85&s=f5498f74bb1316f6fb17c09fa9671a6d" alt="Clone Repository" width="2744" height="1146" data-path="images/screenshots/git-integration/git-gui/consumer/2-click-clone-repo.webp" />

4. Choose a **Location** to clone the collection to.
   <img src="https://mintcdn.com/bruno-a6972042/lK4oxIJsFt1GYUhN/images/screenshots/git-integration/git-gui/consumer/3-enter-repo-location.webp?fit=max&auto=format&n=lK4oxIJsFt1GYUhN&q=85&s=2539b39d1c3374afa97f4372fc16d9e5" alt="Choose Location" width="2242" height="1108" data-path="images/screenshots/git-integration/git-gui/consumer/3-enter-repo-location.webp" />

5. After the cloning process completes, select the **Collection** you want to open and click **Open**.

<img src="https://mintcdn.com/bruno-a6972042/lK4oxIJsFt1GYUhN/images/screenshots/git-integration/git-gui/consumer/4-collection-open.webp?fit=max&auto=format&n=lK4oxIJsFt1GYUhN&q=85&s=d687fce159234b11a5d2155b91725c99" alt="Collection Open" width="2194" height="1182" data-path="images/screenshots/git-integration/git-gui/consumer/4-collection-open.webp" />

Your collection will now be open in **Bruno**.

## Checking for Updates

You can check if there are new changes available in the remote repository.

1. Go to **Git UI**.
2. Click the **Fetch** button.
3. Bruno will display if there are incoming changes available.

This allows you to see if your team has pushed new changes before you pull them.

## Pulling Changes

Pull the latest changes from the remote repository to stay synchronized with your team.

1. Go to **Git UI**.
2. Click the **Fetch** button.
3. Click the **Pull** button.

<img src="https://mintcdn.com/bruno-a6972042/lK4oxIJsFt1GYUhN/images/screenshots/git-integration/git-gui/consumer/5-fetch-pull-repo.webp?fit=max&auto=format&n=lK4oxIJsFt1GYUhN&q=85&s=98e7ed9d5d9b72067f4755f5ffedf7d4" alt="Pull Changes" width="2788" height="1844" data-path="images/screenshots/git-integration/git-gui/consumer/5-fetch-pull-repo.webp" />

Now you can see all your remote changes pulled in your collection.

<Info>
  If you have local uncommitted changes when pulling, you may be prompted to stash them first. The [Stash Changes](../using-gui/provider#stash-changes) feature (Pro/Ultimate) helps manage this workflow.
</Info>
