Hacker News new | ask | show | jobs
by kccqzy 385 days ago
And if you use magit for Emacs, it's also extremely easy to stage hunks selectively and easily: s to stage, cc to commit staged, ca to amend with staged, etc. This is the way: don't use the git CLI. Use your editor.
1 comments

Frankly, it’s so good I use emacs just for git even when coding in other editors.