Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

git bash terminal increase number of lines to see (windows)

I'm using a windows os. For working with git we use git bash. I would like to increase the number of output lines that I can see in the history of this terminal. At the moment it is probably by something like 1000 but I would like to increase it to at least 10.000

like image 371
David Avatar asked Aug 02 '15 12:08

David


1 Answers

If you are using the latest git-for-windows (like PortableGit-2.4.6-5th-release-candidate-64-bit.7z.exe, that you can extract wherever you want), you can call C:\path\to\PortableGit-2.4.6-5th-release-candidate-64-bit\git-bash.exe.

That open a bash Windows session from which you can (with a right-click) select "Options":

options

You can change the "scrollback lines" there.

If you are using a regular CMD session, see "More lines in command window".

like image 175
VonC Avatar answered Nov 14 '22 21:11

VonC