commands.sh

git verify-pack

all

Verify packed Git archive files.

More info →

Options (2)

-v, --verboseboolean

Verify a packed Git archive file and show verbose details

Example: git verify-pack {{[-v|--verbose]}} {{path/to/pack-file}}
-s, --stat-onlyboolean

Verify a packed Git archive file and only display the statistics

Example: git verify-pack {{[-s|--stat-only]}} {{path/to/pack-file}}

Examples (3)

Verify a packed Git archive file

git verify-pack path/to/pack-file

Verify a packed Git archive file and show verbose details

git verify-pack [-v|--verbose] path/to/pack-file

Verify a packed Git archive file and only display the statistics

git verify-pack [-s|--stat-only] path/to/pack-file
made by @shridhargupta | data from tldr-pages