Tag: Version Control

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 »

Git Basics

Lets learn how to track file changes using git. Initially we gonna create a folder in desktop - book cd Desktop mkdir book cd... Read more »