How to work with diff representation in git
Posted
by poseid
on Stack Overflow
See other posts from Stack Overflow
or by poseid
Published on 2010-03-27T13:33:52Z
Indexed on
2010/03/27
14:13 UTC
Read the original article
Hit count: 228
If I make a simple diff in git with e.g.:
git diff origin/master
where can I find good references on how to read the output of git. The man page on git-diff is rather long, and explains many cases which are maybe not necessary for a start.
© Stack Overflow or respective owner