Introduction
ð§âðŧ New to Git or LabEx? We recommend starting with the Quick Start with Git course.
In Git, a branch is a lightweight movable pointer to a commit. Creating a new branch allows you to work on a new feature or bug fix without affecting the main codebase. In this lab, you will learn how to create a new branch in Git.