Skip to content

Instantly share code, notes, and snippets.

@jaredreich
Created October 31, 2018 12:56
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 jaredreich/7d9630dc138b17c5ba4563d02367a477 to your computer and use it in GitHub Desktop.
Save jaredreich/7d9630dc138b17c5ba4563d02367a477 to your computer and use it in GitHub Desktop.
Git 2.16+ turn off pager mode
git config --global pager.branch false
# OR
git config --global pager false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment