From the course: Visual Basic Essential Training

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Work with Git branches

Work with Git branches - Visual Basic Tutorial

From the course: Visual Basic Essential Training

Start my 1-month free trial

Work with Git branches

- [Instructor] Now that you have the solution opened it's time to talk about how we switch between exercise files. We do that with Get Branches. Right now we're working in the master branch. That's the main branch you get when you open a newly cloned project. And you can see that down here on the bottom right it says we're in the master branch in Visual Studio. You can also see which repository we're working with here, vb-esst-, and then our course number. To open a branch you'll want to go to the Team Explorer and choose Home, Branches. And you can see at the top are the local branches you've checked out, and below that are all the potential branches you can check out. I'll open the remotes and I'll start by looking at 05-02. So I can either double click on this branch or I can right click and choose to check out. You'll see that at the top of the branch window it shows that we have two branches locally, master and…

Contents