git-diff

diff Show changes to tracked files. Show unstaged, uncommitted changes:…

git diff

Show changes to tracked files.

git diff

git diff HEAD

git diff --staged

git diff --name-only {{commit}}

git diff --summary {{commit}}

git diff > {{target_file}}.patch

git diff {{branch_1}}..{{branch_2}} [--] {{path/to/file}}

Также может быть вам интересно:
КодТрюки BashНастройкиТерминал/Консоль
← git-describe git-diff-files →