Add an alias for more
in .bashrc
:
alias more=/proc/cygdrive/c/Windows/System32/more.com
...and then you can use it like this in Git Bash:
cat large_file | more
To increase less
's screen width in Git Bash, try this: git config --global core.pager "env -u COLUMNS less"