TOOL » GIT

Show

Usage

shell
git show OPTIONS REFSPEC
OptionDescription
--onelineShow commit in one line.

Examples

Check last commit.

shell
git show

Check an arbitrary commit.

shell
git show HASH-OR-BRANCH