Step by step guide on how to protect master branch with policies
Tag: azure repos
Migrating a repository from bitbucket to Azure Repos -using powershell
Picking up from where I left in the previous note, here are the steps involved in migrating a code repository from bitbucket to Azure Repos using powershell. I’m going to spend some time noting how bitbucket team, project and repos are related to each other. If you want to go the code directly, here is the … Continue reading Migrating a repository from bitbucket to Azure Repos -using powershell
Migrating a repository from bitbucket to Azure Repos -UI based
A few weeks back I got an opportunity to migrate code from Bitbucket to Azure Repos. I had 2 options – (i) Azure Repos UI based migration tool or (ii) automation; powershell is my go-to tool for that. The UI based approach appeared intuitive, so I gave that a try to get a look and … Continue reading Migrating a repository from bitbucket to Azure Repos -UI based
Migrate code from TFVC to Azure Repos
Over the last few years organizations are moving closer to their customers in order to remain relevant and useful. This helps them understand their customer better which in turn allows them to serve their customers well. Moving closer to customers becomes effective with capability to deliver value quicker. This is what lead to organizations adopting … Continue reading Migrate code from TFVC to Azure Repos
Getting started with Azure Devops -add a repo
This is part 3 of a multipart series on getting started with Azure DevOps. Please refer to the below links to access other notes in this series. Part 1: Getting started with Azure DevOps Part 2: Getting started with Azure DevOps -work items Part 3: Getting started with Azure DevOps -add a repo (this note) … Continue reading Getting started with Azure Devops -add a repo