By default, git diff
pipes its output through less
. So you can use the less
commands to search for the next header. Type /^diff
and press Enter to skip to the next file.
By default, git diff
pipes its output through less
. So you can use the less
commands to search for the next header. Type /^diff
and press Enter to skip to the next file.