小编Hen*_*kow的帖子

如何签署 Git 笔记?

Git 注释是向 Git 对象添加元信息的功能。请参阅这篇Stackoverflow 文章了解更多详细信息。与提交类似,我也想签署注释。

我的本地 Git 配置为对所有提交进行签名。虽然签署 Git 提交按预期工作,但 Git 注释仍然未签名。在我的本地 Git 配置中,我有以下内容:

# excerpt from ~/.gitconfig
[commit]
    gpgsign = true
Run Code Online (Sandbox Code Playgroud)

为了签署笔记,我尝试了以下方法。

# excerpt from ~/.gitconfig
[commit]
    gpgsign = true
Run Code Online (Sandbox Code Playgroud)

我怎样才能使 Git 注释也被签名?

git security digital-signature git-notes

2
推荐指数
1
解决办法
92
查看次数

标签 统计

digital-signature ×1

git ×1

git-notes ×1

security ×1