I have a couple of git repositories that belong together, and simple batch/bash file to loop over them. I often loop over them with a log command to quickly see what state t
Disable pager for all commands:
git config --global core.pager ''