Hacker News new | ask | show | jobs
by pielud 4967 days ago
I don't ever use git -p directly, but I use magit (https://github.com/magit/magit) for emacs, which makes staging changes this way very easy.
2 comments

Lately I find myself launching an emacs session just so I can use magit for projects I build in XCode.

It makes crafting commits a joy.

+1 emacs users should definitely try magit for this. I use the git CLI a ton but never for interactive staging at the hunk / sub-hunk level.