Azure DevOps: Git Branching & Merging with Visual Studio

Sdílet
Vložit
  • čas přidán 22. 01. 2024
  • In version control, branching lets you create copies of your code so that you or your team can work on different things in parallel. For example, working on a feature separately from other developers working on another feature. When the features are completed, the developers will typically integrate the changes in their branches using a merge operation.
    This video will show you how to do basic branching and merging using Git in Azure DevOps Repos with Visual Studio.
    Topics include: local vs. remote branches, publishing local branches to Azure DevOps Repos, and merging between branches.
    www.benday.com
    info@benday.com

Komentáře • 1

  • @varunafernando
    @varunafernando Před měsícem

    Great instruction video. Just one suggestion, can you zoom in more to make it easier to see the detail on your screen. Thanks