Is it possible to control the number of unchanged lines around the change? #1996
-
Similar to Apologies for the basic question, and thanks for the great tool! |
Beta Was this translation helpful? Give feedback.
Answered by
dandavison
Apr 30, 2025
Replies: 1 comment
-
Hi, yes, e.g. (Note that there cannot be a space after the U, I do not know why!) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
vglfr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, yes, e.g.
git diff -U99999
.(Note that there cannot be a space after the U, I do not know why!)