SYNOPSIS

git version [--build-options]

DESCRIPTION

オプションが指定されていない場合、 git のバージョンが標準出力に出力されます。

git --versiongit version と同じであることに注意してください。これは、前者が内部で後者に変換されるためです。

OPTIONS

--build-options

Include additional information about how git was built for diagnostic purposes.

GIT

Part of the git(1) suite