I’ve gotten to the point with my latest project where I need to address how to manage it better. What I’ve been doing is saving off a new version of the project every time I either (1) what seems like a long enough period of time has passed or (2) when I solve a problem or (3) when I’ve added something significant or new. My current project has 30 versions now, but I still manage to lose work or I can’t remember why I even named the iterations a certain way
I vaguely understand that Git might be useful, but I know next to nothing about it, and I am familiar with TortoiseSVN because we use it at work. Being able to commit, with notes, a version of my project whenever I want, and roll-back if needed, sounds very helpful, though I don’t have server space. But perhaps there’s just a good system for iteration locally that people might recommend. How do other GDevelop users manage their projects or are you as messy as me?