To see the changes made to README.txt
about the last commit on a branch documentation
:
git diff -p -1 documentation -- README.txt
(or use gitk documentation
for a visual tool).
To show the difference between a chapter branchA
and branchB
:
git diff branchA branchB
source
to share