Imagine for 3 files, for each I have made 2 changes. In total 6 changes.
Does git diff
have any options to limit git diff
to see one change at a time? And then move onto to the next change? i.e. I'd see 6 separate changes?
Imagine for 3 files, for each I have made 2 changes. In total 6 changes.
Does git diff
have any options to limit git diff
to see one change at a time? And then move onto to the next change? i.e. I'd see 6 separate changes?