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

javascript - three.js lot of meshes optimization -

smartface.io - Proper way to change color scheme for whole application -

Email notification in google apps script -