Suppose my terminal screen is 40 lines high.
Suppose I type in "clear";
Suppose the output if git grep is only 1- lines.
Now, the desired output I want is to have the first 10 lines of my console be the output of git grep.
Instead, git grep fills in a bunch of blank lines and makes my output the bottom ten lines of the screen the output of git grep.
How can I fix this?