r/claude • u/blindexhibitionist • Feb 27 '26
Tips Finally Happened
So i hadnt seen anything on here posting about this so i wanted to make sure that people knew. I was working on a project trying to simplify a process that im working on as a database with a form that would talk back to it after search. Well we finally got the end and i downloaded the file. well i decided to ask one more question and the whole window disappeared along with the gs code. gone. hours of work gone. i havent been able to get back to where i was and now its pulling teeth to describe where we were etc. in the future ill definitly immediatly download the file and its a good learning lesson but good lord it was so insanely frustrating.
Edit: so I hadn’t turned memory on because I assumed that it automatically was just a feature. Also I got a GitHub account and also learned about cowork and I set up a file on my desktop.
1
u/buddha2490 Mar 02 '26
Like others said: push to fit after any code change. Fortunately, Claude makes this easy. Make a change, document, push, continue. This used to be a task that would at least take some effort, but now it’s nothing.
Git is essential for group dev projects. But even if you are alone, I just can’t imagine living without. Because accidents like that happen often, so so often.