Why Use Git When Nobody Else Touches Your Code
"A zip file does that." That was my answer, years ago, when a manager at the university where I worked asked me to take a look at GitHub. I looked. I found it complicated in a way I couldn't justify, built for problems I didn't have, and I said so. If I wanted a copy of my work, I could make a copy of my work. I was right. Most answers to why use git skip the part that made me right, so I will start there. I was not writing code. The objection was good. It expired. I was in IT, not development. I supported systems, I did not build them. What little I wrote for myself fit in one file and got edited twice a year. For work like that, a dated zip on a network share is not a poor version control system. It is a reasonable one. The objection I made then is the one I hear now from people building with AI, almost word for word. I work alone. Nobody else is touching this. What is version control protecting me from? The answer is you. It was always going to be you. What change...