Featured resource
2025 Tech Upskilling Playbook
Tech Upskilling Playbook

Build future-ready tech teams and hit key business milestones with seven proven plays from industry leaders.

Check it out
  • Lab
    • Libraries: If you want this lab, consider one of these libraries.
    • Cloud
Azure icon
Labs

Getting Started with Git and Azure DevOps Using Visual Studio Code

Azure DevOps Repos (Azure Repos) facilitates developer collaboration, by allowing you to host your own fully managed Git repository within Azure. Within this hands-on lab, we'll look at how you can setup your own Azure Repo, and use Visual Studio Code to commit changes.

Azure icon
Lab platform
Lab Info
Level
Beginner
Last updated
Sep 22, 2025
Duration
45m

Contact sales

By filling out this form and clicking submit, you acknowledge our privacy policy.
Table of Contents
  1. Challenge

    Get Started with Azure DevOps
    1. Login at the Azure DevOps Portal.
    2. Follow the Getting Started wizard, and create a project called Lab Project (private visibility).
    3. Create and Initialize new Repo called IT Ops Repo (tick the box to include a README.md file).
  2. Challenge

    Get Started with VS Code

    Connect to the VM (Optional)

    1. Connect to the VM using RDP (the public IP is provided for you for VM1, on the lab instructions page).
    2. Log in using the credentials provided for you.

    Note: This step is entirely optional, as you can run this on your own PC if desired, rather than connecting to the VM. You can refer to this Microsoft article for more information on using an RDP client.

    Get Started with Visual Studio Code

    1. Open Visual Studio Code.
    2. Start a new terminal in Visual Studio Code and set up your identity (see the 'Your Identity' section in this article for more information) on how to use git config --global user.name and git config --global user.email.
  3. Challenge

    Clone the Repository in VS Code
    1. Navigate to the IT Ops repo we created earlier within Azure DevOps Repos.
    2. Retrieve the repository HTTPS URL (through the Clone Repository button).
    3. Navigate back to Visual Studio Code, and clone the repo using the details you captured above, authenticating with your lab credentials (see this Microsoft article for more details about using Git).
  4. Challenge

    Commit Changes
    1. Open the repo within Visual Studio Code when prompted to do so (after cloning the repo in the previous objective).
    2. Make changes to the README.md file.
    3. Commit the changes locally with a comment.
    4. Push/sync the changes to Azure DevOps.

    Note: You can now go back to the Azure DevOps Repo and refresh the page. You should see the updated changes to README.md and be able to view its history.

About the author

Pluralsight Skills gives leaders confidence they have the skills needed to execute technology strategy. Technology teams can benchmark expertise across roles, speed up release cycles and build reliable, secure products. By leveraging our expert content, skill assessments and one-of-a-kind analytics, keep up with the pace of change, put the right people on the right projects and boost productivity. It's the most effective path to developing tech skills at scale.

Real skill practice before real-world application

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.

Learn by doing

Engage hands-on with the tools and technologies you’re learning. You pick the skill, we provide the credentials and environment.

Follow your guide

All labs have detailed instructions and objectives, guiding you through the learning process and ensuring you understand every step.

Turn time into mastery

On average, you retain 75% more of your learning if you take time to practice. Hands-on labs set you up for success to make those skills stick.

Get started with Pluralsight