When we use the $ git log
command, we can see how many lines added / removed for a file.
My question is - is there a way to inspect which lines were modified (neither added nor removed)? Or can only git diff
do that?
Sort of a philosophical question, since a modified line could simply be considered to be removed then added.