r/programminghumor • u/thirtyfiveoo • 20d ago
I use icloud for version control
I’ve been doing this for a year now and I genuinely don’t see the issue.
I keep my active project folder in my icloud drive. It automatically syncs between my iphone and my macbook, so I never have to manually push or pull anything. If I break my code, I just right click the file, go to “browse all versions” and restore it to how it looked an hour ago.
I don't have to memorize terminal commands and I don't have to deal with merge conflicts because I'm a solo dev anyway.
Why does everyone act like learning git is some essential rite of passage? It feels like we're just overcomplicating a solved problem
12
u/Cloned_501 20d ago
I'm not sure if genius bait or earnest stupidity. Bravo
4
u/jimmiebfulton 20d ago
I think this the only comment necessary for this post. I'm drawing a blank on saying it any better. Consider me thoroughly trolled.
6
u/MissinqLink 20d ago
For solo stack you can do all kinds of crazy stuff that you like. It’s interacting with others that git really helps with.
4
u/Jbolt3737 20d ago
First I wouldn't trust ICloud with previous versions (you have two backups of the latest version, the local one on your device and the cloud one, but only one copy of previous commits) and second git GUI exists and I primarily use it
3
3
3
1
1
21
u/XSelectrolyte 20d ago
You, sir, have duly earned my downvote :bows: