Hacker News new | ask | show | jobs
by stackbutterflow 101 days ago
git add -p
1 comments

Operates on hunks, which may at times be multiple lines that cannot be split further
oftentimes splitting the hunks with `s` is enough.
You can edit a hunk with `e`. Clunky but it works.
In a conversation about magit, this is comparing jumping off a sidewalk to powered flight.