Options (2)
-v, --verbosebooleanVerify a packed Git archive file and show verbose details
Example:
git verify-pack {{[-v|--verbose]}} {{path/to/pack-file}}-s, --stat-onlybooleanVerify 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-fileVerify a packed Git archive file and show verbose details
git verify-pack [-v|--verbose] path/to/pack-fileVerify a packed Git archive file and only display the statistics
git verify-pack [-s|--stat-only] path/to/pack-filemade by @shridhargupta | data from tldr-pages