About 50,600,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. 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, enter the …

  3. How to Create Your Own Project & Repo in Azure DevOps - YouTube

    In this comprehensive guide, you'll learn how to quickly set up your own project and create a repository in Azure DevOps!

  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 “New project” …

  5. Create A New Git Repo And Add Existing Code To Azure DevOps

    In this blog, we're going to see how to create a git repository in Azure DevOps and add existing code into that repository. You can use Git repos in your projects to manage your source code as your …

  6. Setting Up Your First Azure DevOps Project - Medium

    Jan 29, 2025 · Create a New Repository: Click on the “+ New repository” button to create a new Git repository for your project. Configure Repository Settings: Provide a meaningful name and description...

  7. How to set up GIT Repository in Azure DevOps - Navish Jain

    May 26, 2023 · To work with a Git repo, you clone it to your computer, which creates a complete local copy of the repo for you to work. Your code might be in one of several places. If You don't have any …

  8. 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.

  9. 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. For naming restrictions, see Naming …

  10. Kinda Technical | A Guide to Microsoft Azure DevOps - Creating and ...

    To create a new Git repository in Azure DevOps, follow these steps: Navigate to your Azure DevOps project. Select Repos from the left menu. Click on the New Repository button. Fill in the repository …