About 75,000 results
Open links in new tab
  1. Guide for getting started with Azure Repos - Azure Repos

    Feb 1, 2024 · These fully functional local repositories make it easy to work offline or remotely. You can commit your work locally, and then sync your copy of the repository with the copy on the server. To get started, see Sign up for Azure Repos, Code with Git, and What is Azure Repos?. Key concepts. More resources. Was this page helpful?

  2. Azure Repos – Git Repositories | Microsoft Azure

    Get free private Git repositories and code collaboration in the cloud. Create Git pull requests and review code with Azure Repos, formerly on Visual Studio Team Services.

  3. Create a new Git repo in your project - Azure Repos

    Feb 18, 2025 · Azure DevOps projects contain Git repositories, work items, builds, and releases. You can use Git repos in your projects to manage your source code as your project grows. This guide shows you how to create a Git repo using the web portal.

  4. Understand Source Control - Azure DevOps | Microsoft Learn

    Azure DevOps supports two types of source control: Git (distributed) and Team Foundation Version Control (TFVC). TFVC is a centralized, client-server system. In both Git and TFVC, you can check in files and organize files in folders, branches, and repositories.

  5. How to Import project code from local machine to Azure Repos?

    Sep 14, 2018 · If you are using Git repo in Azure Devops, please refer below commands to import projects to Azure Git repo: git add . Then the project in the local machine will be managed in Azure Git repo. Note: if the local project has already been managed in a local git repo, then you can skip git init command.

  6. How to Connect Visual Studio Code with Azure GIT Repo

    May 20, 2021 · To connect VS Code with Git repository from Azure Repos, you can try like as below: If you want push you local code to a new Git repository on Azure Repos. Create an empty Git repository on Azure Repos. This repository does not contain any code files. Open the folder of your local code on VS Code.

  7. Migrating Code to Azure DevOps Repos (4 Different Scenarios)

    Abstract: This tutorial takes an overview of Code Migration from Centralized version control to Azure DevOps. We also discuss a scenario where the code resides in Git but is on on-prem server, which needs to be migrated to Azure DevOps. In a previous article, I had explained Git and Git commands with Azure DevOps.

  8. Getting Started with Git using Azure DevOps Server 2019

    Mar 27, 2019 · In this lab, you’ll learn about Git support in Azure DevOps Server 2019 and Visual Studio 2019. Git is a distributed version control system with repositories that live both locally (such as on a developer’s machine) and hosted on Azure DevOps Server.

  9. How to Configure and Import Git Repositories into Azure DevOps

    Nov 2, 2023 · In today’s blog I will show how to import and configure a local Git repository into an Azure DevOps Service project repository. In previous blogs I have shown how to create a basic Git repository locally, import the source to a remote GitHub repository, make changes to source files and push them to the GitHub repository.

  10. Connecting TFS repository to Azure DevOps - Stack Overflow

    Nov 11, 2019 · Currently the following versions of Azure DevOps Server are supported for import: If you just need the source code in TFS repository without keeping any history, work items. The simplest solution is creating a new repository in Azure DevOps and download your code to your local repo from TFS.

Refresh