Git Beginner to Intermediate Course
About Lesson

Welcome to another part of the git tutorials. In this part, you will learn how to create
different branches on our own repository. Branches help us to create different parallel
versions of the same project to be developed by other developers or by ourselves. After
making sure that everything is alright and we can merge our project with the main branch
we can do so by entering its particular command.

Join the conversation