How and why Git Works
I spent my first two years as a developer not looking for a duel with Git. Like a lot of people, I treated it as a magic save button. I memorized the golden path - git status ,git add. , git commit, g
May 9, 20267 min read8

Search for a command to run...
Articles tagged with #version-control
I spent my first two years as a developer not looking for a duel with Git. Like a lot of people, I treated it as a magic save button. I memorized the golden path - git status ,git add. , git commit, g

When I first thought about how developers used to collaborate before modern version control, I expected to find some archaic but functional network protocol. I expected a systematic, albeit clunky, wa
