how to see the difference between two files in git code example
Example: how to see the difference between two files in git
# It compare file with previously commited file.
git diff HEAD <file>
# It compare file with previously commited file.
git diff HEAD <file>