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.
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.