Git for Beginners: Basics and Essential Commands
What is Git
Git is a distributed version control system.
Version Control System (VCS) - A tracker which tracks changes and stores them somewhere. Git tracks changes and stores them inside the .git folder.
The .git folder has many other roles as wel...
webdevelopingwithkaustuv.hashnode.dev4 min read