▲ | rvnx 3 days ago | |||||||
Thank you for the tips, do you know how to rollback latest changes ? Trying very hard to do it, but seems like Git is the only way ? | ||||||||
▲ | rtuin 3 days ago | parent | next [-] | |||||||
Quick tip when working with Claude Code and Git: When you're happy with an intermediate result, stage the changes by running `git add` (no commit). That makes it possible to always go back to the staged changes when Claude messes up. You can then just discard the unstaged changes and don't have to roll back to the latest commit. | ||||||||
▲ | SparkyMcUnicorn 3 days ago | parent | prev | next [-] | |||||||
I haven't used it, but saw this the other day: https://github.com/RonitSachdev/ccundo | ||||||||
▲ | gdudeman 3 days ago | parent | prev [-] | |||||||
Git or my favorite "Undo all of those changes." | ||||||||
|