Understanding Version Control: Solving the Pendrive Problem
The Pendrive Era: Why Version Control exist"
If you have ever looked at a folder on your desktop and seen this file structure, you have felt the pain that led to the invention of Version Control:
/My_Project
├── index.html
├── index_old.html...
gitunderstand.hashnode.dev4 min read