Git for Beginners: Basics and Essential Commands
What is Git
Git is a Version Control System (VCS) that helps developers track changes in their code over time.
To understand Git, you need to know how it views your files. It uses three main "areas":
Working Directory: The files you are currently ed...
joydeep.hashnode.dev3 min read