3

I'm almost embarrassed to ask but when I run git diff on a specific file, it only shows the changes on the first 26 lines or so.

Is there a page down command that will show the rest of the changes?

1 Answer 1

10

The git diff command by default pipes its output through less. Press the space bar. The h command shows a help screen.

Sign up to request clarification or add additional context in comments.

2 Comments

pgdn should cause the screen to scroll down as well.
Greg, thanks for the quick answer, I'll use this tip every day.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.