How can I get a side-by-side diff when I do “git diff”?
Try git difftool Use git difftool instead of git diff. You’ll never go back. UPDATE to add an example usage: Here is a link to another stackoverflow that talks about git difftool: How do I view ‘git diff’ output with my preferred diff tool/ viewer? For newer versions of git, the difftool command supports many … Read more