Tag: git commands beginners

Git Command for Creating new BRANCH from Terminal

In git we can create branches as per our project development. We can easily do that using terminal command. We can directly create new... Read more »

Master Branch and Side Branch in Git

In git, there can be many branches. Master Branch is the main branch in git. It's kept safe without breaking. New experiments and testing... Read more »