|
|
|
|
|
by aldanor
2588 days ago
|
|
It's more streamlined, it's easier to scroll through staged and unstaged changes fast and flip lines/hunks/whatever between the two as you go, and you don't have to fire an external editor upon each hunk because you're already in one - emacs or vim (if using spacemacs). (Also, whether it's good or not, rebasing in all of its forms becomes your second nature because it becomes so easy...) |
|
Also, firing up the editor for things like editing diffs when doing git add -p or when editing operations when doing git rebase -i, is not that big of a deal if you keep your editor light. Vim, for me, loads in an instant.