Hacker News new | ask | show | jobs
by gonzus 2170 days ago
You should be using `git commit -v` then; it will include the full diff of your changes, so you can quickly check them while writing your commit message.
1 comments

Yeah this is what I use, the only issue being extraordinarily large commits may get bogged down some times.

I have no idea why anyone would ever not use this to be honest.