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
Category: git
My experiments with git and github -Part 2
In my previous note, I documented a few simple use cases for someone who is getting started with using git and github. In this note I am going to focus on a few more use cases particularly around: clone, branch, merge and rebase.For all the use cases below, I am going to assume that git … Continue reading My experiments with git and github -Part 2
My experiments with git and github
What is git? A few years back I heard about this super awesome distributed version control tool that did not need me to be connected to the server all the time I was working on code (I was/am a TFVC/Azure Devops user). So not being connected to the server sounded really cool because that was … Continue reading My experiments with git and github