Git for Beginners: Basics and Essential Commands
What is Git?
Git is version control software. It tracks changes to your code over time.
Remember the "pendrive problem"? Git solves that. Instead of final_v2_ACTUAL.zip, you get a clean history of every change you've ever made.
Git is distributed, me...
sanjeevsaniel.hashnode.dev8 min read