IT:AD:Visual Studio:SC:Git:HowTo:Switch Between Branches
- See also:
Summary
Coming from a IT:AD:TFVC background, terminology can be a bit confusing at first, but the operation remains simple enough.
Process
Using Visual Studio
THe process1) is:
- In Team Explorer
- Select Branches
- Select a Repository Branch
- Right click, and select Checkout * That's it.
Using the Command Line
To prevent unexpected issues,
checkin (or stash) your work before switching branch.
git checkout branchname
