Ask HN: How Do you undo or checkout changes from Codex CLI and others?
I find it odd that telling codex to undo a change becomes a token-heavy process of examination, context referencing and reasoning when I'm used to `git checkout ...` etc. How have you handled reverting LLM generated code changes you have yet to commit? Or better yet, what is your git flow like for vibe coding?
3 comments
[ 2.9 ms ] story [ 19.7 ms ] threadI commit on the branch about as often as I did when writing code manually: before I'm about to do something big or try something that might break other things.
Also git?
https://github.com/acrotron/aye-chat