Git for Beginners: Basics and Essential Commands
What is git?
Git is free and open-source distributed version control system.
Version control: It tracks all the modification of code. Whenever you want to get back to previous version you should.Distributed : Every developer has a copy of project not...
leanwithpankaj.hashnode.dev2 min read