Quantcast
Channel: git diff between two different files - Stack Overflow
Viewing all articles
Browse latest Browse all 12

git diff between two different files

$
0
0

In HEAD (the latest commit), I have a file named foo. In my current working tree, I renamed it to bar, and also edited it.

I want to git diff between foo in HEAD, and bar in my current working tree.


Viewing all articles
Browse latest Browse all 12

Trending Articles