I run a git pull and see that a file has changed. I would like to see a line by line difference of what has been added or removed.
I tried git diff 12345..67890 , (newest commit)..(second newest commit) , but the output showed a lot of additions where there is stuff missing from the file currently.
What am I doing wrong?