On 06/14/2012 09:52 AM, lei yang wrote:
Hi list
As the title,
if I have two branch A and B, how could I diff the file test.c for A and B

Lei

I would do:

git diff A..B path/to/file.c

Bryce

--
You received this message because you are subscribed to the Google Groups "Git for 
human beings" group.
To post to this group, send email to git-users@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.

Reply via email to