git-diff - Show changes between commits, commit and working tree, etc -


look @ git diff says:

git-diff - show changes between commits, commit , working tree, etc 

i understand changes between commits not changes between commits, commit or changes between commits, commit , working tree.

can clarify?

well, git-diff can show changes between commits:

git diff <commit> <commit> 

or between commit , working tree:

git diff <commit> 

and lot more other options can seen here.


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -