Switching Between Branches
Learn how Git allows us to quickly switch between different branches. This lesson also discusses an alternative way to create a new branch with Git.
We'll cover the following
The git checkout
command
Using the git branch
command lets us create new branches seamlessly. However, the problem is that even though we get to create new branches, we still don’t actually know how to switch over to those branches and use them. The git checkout
command lets us do just that.
Get hands-on with 1400+ tech skills courses.