DEV Community

Discussion on: Self Code Review with Git Add Patch

Collapse
 
kennethkalmer profile image
Kenneth Kalmer

I've been completely hooked on SourceTree because it facilitates this way of staging content by default.

It works so well that I've completely abandoned git add -p (which was my default), and I'm having a hard time using magit in emacs because of SourceTree. When I'm sorting out a smaller set of changes into separate commit, I can still get away with magit.

I do prefer magit for interactive rebasing though, which I do often when I inevitably forgot to stage a hunk in a previous commit.