logoalt Hacker News

exceptioneyesterday at 9:10 AM3 repliesview on HN

Would `git reset --hard` have worked to in your case? I guess you want to have each babystep in a git commit, in the end you could do a `git rebase -i` if needed.


Replies

ffsm8yesterday at 1:09 PM

Bam, now it did git reset --soft [initial commit] and force pushed to origin

dwedgeyesterday at 10:44 AM

Without git I would have been screwed. AI doesn't commit anything, I do when I'm satisfied

aidosyesterday at 9:33 AM

One annoying thing about that flow is that when you change the world outside the model it breaks its assumptions and it loses its way faster (in my experience).

show 1 reply