Beginner Guide to Git
What is git?
Git is a version control system that helps to track the changes we make in files so that we can have a record of what has been done & we can revert back to any specific version whenever we want.
Initialize git
To initialize git use the f...
kaushal10.hashnode.dev3 min read