Hacker News new | ask | show | jobs
by ezekg 3261 days ago
I usually just do `git diff HEAD` to review what has changed since my last commit. Useful to mentally prepare yourself in case you need to split the changes into multiple commits using `git add -p`.