English ▾ 主题 ▾ 最新版本 ▾ git-verify-commit 上次更新于 2.39.0

名称

git-verify-commit - 检查提交的 GPG 签名

概要

git verify-commit [-v | --verbose] [--raw] <commit>…​

描述

验证由 *git commit -S* 创建的 GPG 签名。

选项

--raw

将原始 gpg 状态输出打印到标准错误,而不是通常的可读输出。

-v
--verbose

在验证之前打印提交对象的内容。

<commit>…​

Git 提交对象的 SHA-1 标识符。

GIT

属于 git[1] 套件的一部分

scroll-to-top