Skip to content

Instantly share code, notes, and snippets.

@rudyhuynh
Created February 19, 2023 13:54
Show Gist options
  • Save rudyhuynh/099bbf8595e83588039d08793964f11f to your computer and use it in GitHub Desktop.
Save rudyhuynh/099bbf8595e83588039d08793964f11f to your computer and use it in GitHub Desktop.
To disable git paging when running git branch, git diff, ...
git config --global core.pager ""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment