When you configure version control with multiple branches, (Dev/Release/Main etc.), there will be scenarios when the developer may have to switch between branches. What is the best way to do this?
- Remove the previous workspace and map the metadata folder to the local repository (AOSService\PackagesLocalDirectory) to the new branch you need to work on.
- Have different local repositories, each mapped to a separate branch. In this case, how does the build work to update your application server?
What is the typical/recommended/customary approach?
Thanks.