Display entire output in Powershell
When using Powershell if I run a git command like git branch -a
one page of information is displayed. When pressing enter an additional line is displayed. How can I print the rest of the information at one time, not line by line?
Solution 1:
From Git documentation:
-P
--no-pager
Do not pipe Git output into a pager.