When I run git diff
on my OSX command line, the output is displayed inside a less
or vim
interface. The interface lets me to scroll up and down, and quit using the q key.
This is very annoying, especially when there is no diff and git opens a blank screen.
Can I just write the diff (color) output the the screen without entering the interactive mode?