> ## Documentation Index
> Fetch the complete documentation index at: https://bruno-a6972042-mintlify-process-env-global-env-1775295055.mintlify.site/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-mintlify-process-env-global-env-1775295055/49lR5O3Ec_EgiwY-/images/screenshots/git-integration/git-gui/consumer/1-import-option.webp?fit=max&auto=format&n=49lR5O3Ec_EgiwY-&q=85&s=a4da8be847f91473f29ee7d80ce7f21e" 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-mintlify-process-env-global-env-1775295055/49lR5O3Ec_EgiwY-/images/screenshots/git-integration/git-gui/consumer/2-click-clone-repo.webp?fit=max&auto=format&n=49lR5O3Ec_EgiwY-&q=85&s=d12f16aba7ad23e19c8ccadef0ae1948" 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-mintlify-process-env-global-env-1775295055/49lR5O3Ec_EgiwY-/images/screenshots/git-integration/git-gui/consumer/3-enter-repo-location.webp?fit=max&auto=format&n=49lR5O3Ec_EgiwY-&q=85&s=f495d20368d6ea74eb7329a04d1903b9" 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-mintlify-process-env-global-env-1775295055/49lR5O3Ec_EgiwY-/images/screenshots/git-integration/git-gui/consumer/4-collection-open.webp?fit=max&auto=format&n=49lR5O3Ec_EgiwY-&q=85&s=3e28b8dae3b40a5c81ade253575516b0" 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-mintlify-process-env-global-env-1775295055/49lR5O3Ec_EgiwY-/images/screenshots/git-integration/git-gui/consumer/5-fetch-pull-repo.webp?fit=max&auto=format&n=49lR5O3Ec_EgiwY-&q=85&s=b61c599d952739083c8de16c249b7470" 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>
