Hacker News new | ask | show | jobs
by kazinator 2116 days ago
You can skip the explicit staging using

  git commit --patch
then interactively select the specific changes by diff hunk.

It combines with --amend.