Git Basics: A Beginner-Friendly Guide
What is Git?
Git is a distributed version control system (VCS) used to track changes in source code over time. In simple words, “Git helps you save versions of your code so you can go back, compare, a
understanding-web-dev.hashnode.dev9 min read