Git for Beginners: Basics and Essential Commands
What is Git ?
Git is the distributed version control system .
In simple words, it helps developers track changes in their code over time.
Imagine you are working on a project let’s say a blog website .
You created a navbar that works perfectly. Now y...
aryan22n.hashnode.dev4 min read