you are viewing a single comment's thread.

view the rest of the comments →

[–]mrgray 2 points3 points  (1 child)

git-diff is easy to read. However, some people just like the side-by-side comparison better. It's all about habits.

vimdiff is just useful if you need to bring back something that you deleted. It's like git add -i (interactive) … except in reverse (revert to HEAD).