Git for Beginners: Basics and Essential Commands
What is Git & why is it used ?
Git in very simple words can be defined as a “code tracker”, which tracks the changes made on the code
Think of it as if it saves snapshots of your project files time to time.
Lets you go back to your older versions o...
shambhurajemagar.hashnode.dev2 min read