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
Post a Comment