NSNayan Suryawanshiinnayancodes.hashnode.devΒ·Jan 16 Β· 3 min readWhy Version Control Isn't OptionalIf you started coding in the last ten years, you probably take Git for granted. You type git push, and magically, your code is up in the cloud, safely stored, and ready for your team to see. But have you ever stopped to wonder why we do this? It seem...00
NSNayan Suryawanshiinnayancodes.hashnode.dev·Jan 16 · 4 min readHow Git Actually WorksMost of us use Git like a car. We know how to drive it (git add, git commit, git push), but we have zero idea what's happening in the engine. That works totally fine⦠until the engine breaks. When you understand how Git works internally, those scary ...00
NSNayan Suryawanshiinnayancodes.hashnode.devΒ·Jan 16 Β· 4 min readSo, What Exactly is Git? (And Why You Should Care)When I was in college, working on a document or presentation, I used to save my changes with the final file name. However, when I needed to create a backup of the original file after making changes, I would rename the new file as Project file final.p...00