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.
https://www.benday.com
[email protected]