Chapter 5. Work With Branches

How to Work with Branches in Git

When you add some features while continuing to work on the main code development, you may want to manage several versions of the code. The branch functionality allows you or your team members to work on different versions of code simultaneously. In this cha