Undo last commit but keep changes in working directory
Resets the last commit while preserving all changes in the working directory.
/plugin marketplace add poindexter12/claude-flow/plugin install claude-flow@claude-flowReset the last commit but preserve all changes in the working directory. This is safe - your work is not lost.
Reset the last commit while keeping changes unstaged:
git reset HEAD~1 --mixed
Report the result to the user, showing what was undone.