5 ms·
I don't ever use git -p directly, but I use magit (https://github.com/magit/magit https://github.com/magit/magit) for emacs, which makes staging changes this wa
by pielud 14y ago
I don't ever use git -p directly, but I use magit (https://github.com/magit/magit https://github.com/magit/magit) for emacs, which makes staging changes this way very easy.
- div 14y agoLately 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.
- Myrmornis 14y ago+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.