#3 Working with a Git Branch (Git and GitHub Tutorials from Scratch)

#3 Working with a Git Branch (Git and GitHub Tutorials from Scratch)

Git branches

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.

Watch The Video on Youtube