Skip to content

Contact sales

By filling out this form and clicking submit, you acknowledge our privacy policy.
  • Labs icon Lab
  • A Cloud Guru
Azure icon
Labs

Managing Files with Git LFS

In this lab, you are a member of a software development team working on a game. The game features high-resolution textures, 3D models, and dynamic audio assets, resulting in large files integral to the project. These files include .fbx models, .wav soundtracks, and .png texture files, some exceeding 500MB each. The team comprises five developers spread across North America’s time zones. The team you are on faces several challenges with two key ones being: - Low and Intermittent Connectivity: Two members often struggle to sync the repository due to slow or unstable internet. Downloading unnecessary files like 3D models or audio assets can take hours, hindering productivity. - Repository Size: With large assets such as .fbx and .wav files, the repository size exceeds 20GB, causing storage and bandwidth concerns for developers who don’t need these files. The team has decided to implement git-lfs as one way of addressing these two key issues. As a member who often has large files locally (that the rest of the team doesn't often need), you are wanting to implement git-lfs on your machine. You will then configure git-lfs for your common files and being committing changes to the teams repository.

Azure icon
Labs

Path Info

Level
Clock icon Intermediate
Duration
Clock icon 1h 0m
Published
Clock icon Nov 19, 2024

Contact sales

By filling out this form and clicking submit, you acknowledge our privacy policy.

Table of Contents

  1. Challenge

    Create a New Azure DevOps Organization and Project

    • Log in to the Azure portal.
    • Create a new private project named LargeGitProject.
  2. Challenge

    Import an Existing Repo into Azure Repos

    • Create a new Azure Repo by importing a GitHub Repo.
    • Set the default branch to git-lfs.
  3. Challenge

    Configure Git on "Local" Machine

    Using the provide virtual machine, configure Git LFS.

  4. Challenge

    Clone the Large File Git Repo

    • Clone the Azure DevOps repository down to the virtual machine.
    • Verify the clone succeeded.
  5. Challenge

    Make Changes, Commit, and Verify

    • Configure the git repo for git-lfs.
    • Create a new file to simulate a large file.
    • Add the new file to a new commit.
    • Push the file up to the remote Azure DevOps repository.
    • Confirm the files are there.

The Cloud Content team comprises subject matter experts hyper focused on services offered by the leading cloud vendors (AWS, GCP, and Azure), as well as cloud-related technologies such as Linux and DevOps. The team is thrilled to share their knowledge to help you build modern tech solutions from the ground up, secure and optimize your environments, and so much more!

What's a lab?

Hands-on Labs are real environments created by industry experts to help you learn. These environments help you gain knowledge and experience, practice without compromising your system, test without risk, destroy without fear, and let you learn from your mistakes. Hands-on Labs: practice your skills before delivering in the real world.

Provided environment for hands-on practice

We will provide the credentials and environment necessary for you to practice right within your browser.

Guided walkthrough

Follow along with the author’s guided walkthrough and build something new in your provided environment!

Did you know?

On average, you retain 75% more of your learning if you get time for practice.

Start learning by doing today

View Plans