Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 142 Bytes

git_sign.md

File metadata and controls

11 lines (8 loc) · 142 Bytes

Git sign

TAG: git; gpg;

给git repo配置签名:

git config user.signingkey 0A46826A
git config commit.gpgsign true