About 1,610,000 results
Open links in new tab
  1. Design Azure DevOps CI/CD pipeline with Git Flow - Medium

    May 23, 2021 · git push <repository_name> <source_branch>:<target_branch> For example: push code from repo1 to repo2 on DEV branch. git push repo2 DEV:DEV. And with the …

  2. Version control - Azure Repos | Microsoft Learn

    Git workflow. Create a branch for the changes you plan to make and give it a name, such as users/jamal/fix-bug-3214 or cool-feature-x. For more branching guidance, see Adopt a Git …

  3. git - How do I achieve/setup GitFlow in AzureDevOps repos with …

    May 13, 2019 · How can I achieve Git Flow on my Azure Repos when I have pull request branch policies on master and develop branch? I'd love to get it working but I don't know the best …

  4. Check in your work to the team's codebase - Azure Repos

    Nov 16, 2023 · Choose the files you want to check in. You can specify which file changes you want to check in by dragging them between the Included Changes and Excluded Changes …

  5. Check out github repository in ADO pipeline [YAML]

    Nov 7, 2020 · Specific Azure pipeline tasks and azure-pipelines.yaml properties can easily reference the service connections. To set up a service connection, click Project settings at the …

  6. How to implement Git Flow with Azure DevOps? - QualitApps

    Jul 10, 2023 · Here’s a step-by-step guide to implementing Git Flow with Azure DevOps: Create a Repository: Create a new repository in Azure DevOps for your project. Create Main Branches: …

  7. Azure Pipelines baseline architecture - Azure Pipelines

    Architecture diagram of an Azure pipeline. The diagram shows the following steps: 1. An engineer pushing code changes to an Azure DevOps Git repository. 2. An Azure Pipelines PR pipeline …

  8. aruanoguate/gitflow-in-azure-devops - GitHub

    Since the pull requests are not a native git feature, we rely on Azure DevOps or Team Foundation Server to handle them. Also, please consider this tool only works on Windows operative …

  9. Azure Devops : Multiple Project and Repo checkout

    Feb 26, 2021 · Option 2 You can write a custom PowerShell/bash script that uses the Azure DevOps API and git to automatically scan all projects and repos within the org and pull them …

  10. azure-devops-docs/docs/repos/git/gitworkflow.md at main - GitHub

    Learn about version control in Git with Azure DevOps. Use version control to save your work and coordinate code changes across your team. Even if you're a single developer, version control …

Refresh