# Disable Pager for `git diff` or other commands --global is optional ``` git config --global pager.diff false ```