Git for Beginners: Basics & Commands
Short answer: Git is a version control system (a tracker) that tracks changes in our code base.
What is git?
git helps us track changes in our project such as code modifications, newly added files and the user who has made these changes.
Why git is u...
tech-log.hashnode.dev2 min read