> ## Documentation Index
> Fetch the complete documentation index at: https://bruno-a6972042-mintlify-response-docs-1775161843.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-response-docs-1775161843/4VH_U-A0tbljQZCG/images/screenshots/git-integration/git-gui/consumer/1-import-option.webp?fit=max&auto=format&n=4VH_U-A0tbljQZCG&q=85&s=3d1683a24b21ca89362f775316fdfb3b" 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-response-docs-1775161843/4VH_U-A0tbljQZCG/images/screenshots/git-integration/git-gui/consumer/2-click-clone-repo.webp?fit=max&auto=format&n=4VH_U-A0tbljQZCG&q=85&s=3496ec914aa081df1385f878084c7568" 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-response-docs-1775161843/4VH_U-A0tbljQZCG/images/screenshots/git-integration/git-gui/consumer/3-enter-repo-location.webp?fit=max&auto=format&n=4VH_U-A0tbljQZCG&q=85&s=7570e33a338e2d313cdbe579d2fe36b9" 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-response-docs-1775161843/4VH_U-A0tbljQZCG/images/screenshots/git-integration/git-gui/consumer/4-collection-open.webp?fit=max&auto=format&n=4VH_U-A0tbljQZCG&q=85&s=7873ec83f5630f41b6a129775f4bade9" 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-response-docs-1775161843/4VH_U-A0tbljQZCG/images/screenshots/git-integration/git-gui/consumer/5-fetch-pull-repo.webp?fit=max&auto=format&n=4VH_U-A0tbljQZCG&q=85&s=7161a7bbff94d7cdabf841a164eb63c4" 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>
