About 3,370,000 results
Open links in new tab
  1. Create a new Git repo in your project - Azure Repos

    Mar 25, 2025 · From the repo drop-down, select New repository. In the Create a new repository dialog, verify that Git is the repository type and enter a name for your new repository.

  2. How to Create a New Repo in Azure DevOps - Azure Lessons

    Dec 9, 2025 · In Azure DevOps, it requires knowing exactly where you are in the hierarchy of Organizations and Projects. In this guide, I am going to walk you through the exact steps to …

  3. Create a new repository in Azure Repos | Azure DevOps

    Nov 6, 2021 · Step 1: Go to the Azure DevOps Project & Click on Azure Repos. Step 2: Click on the Default Repository as shown & then click on “New repository” Step 3: In the next page, …

  4. How to Setup Repositories in Azure Devops - EverythingDevOps

    Jun 2, 2024 · Setting up Azure Repos is a straight forward process, so in this section I’m going to walk through the entire process from project creation to finish. First, You’ll need to create a …

  5. 4. How to create a New Azure Repo for Your Project - YouTube

    In this fourth video of our Azure DevOps Quickstart series, we'll show you how to create a new Azure repo for your project. Repositories are an essential component of Azure...

  6. azure-devops-docs/docs/repos/git/create-new-repo.md at main ...

    From the repo drop-down, select New repository. In the Create a new repository dialog, verify that Git is the repository type and enter a name for your new repository.

  7. Create a new Git repo - Azure Repos | Microsoft Learn

    Feb 18, 2025 · Learn how to create a new Git repo using Visual Studio or Git command line and connect it to Azure Repos.

  8. How To Create A New Repo In Azure Devops - Myres Training

    Here’s how you can set up a new repository in Azure DevOps: 1. Navigate to your project’s homepage and click on the “Repos” tab. 2. Click on the “New Repository” button and provide a …

  9. Creating Repositories ItTechGenie

    Creating a new repository is a great first step toward structured development. Here’s how to get started: Head over to Azure DevOps and log in using your Microsoft account. Choose the …

  10. Creating repository in Azure Repos - KodeKloud Notes

    First, sign in to Azure DevOps and create a new project named CoolWebsite. We’ll use GitHub as the primary source control. If you prefer to host code in Azure Repos, add it as a remote: 2. …