Working with Branches

Objective

After completing this lesson, you will be able to Use Git branches for starting an independent line of development.

Branches in GIT

Git provides a concept called branch. The default branch is called main branch. The main branch contains usually the code of the current productive running code line.

Let's learn more about branches in GIT.

Log in to track your progress & complete quizzes