Skip to content

Instantly share code, notes, and snippets.

@scsskid
Last active September 1, 2021 18:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scsskid/9b03573dcbbd409a942751d96d32cd8f to your computer and use it in GitHub Desktop.
Save scsskid/9b03573dcbbd409a942751d96d32cd8f to your computer and use it in GitHub Desktop.
git disable default pager config | #git

Disable Pager

for git diff or other commands
--global is optional

git config --global pager.diff false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment