git show

Çeşitli Git nesnelerini (commit'ler, etiketler vs.) görüntüle. Daha fazla bilgi için: https://git-scm.com/docs/git-show.

git show

git show {{commit}}

git show {{tag}}

git show {{dal}}~{{3}}

git show --oneline -s {{commit}}

git show --stat {{commit}}

git show --summary {{commit}}

git show {{sürüm}}:{{dosya/konumu}}