使用 git 1.7.9,可以使用-S选项签署提交。是否可以通过 将其设置为默认值git config --global?
-S
git config --global
所以,而不是git commit -S -m 'Commit message',它会只是git commit -m 'Commit message'.
git commit -S -m 'Commit message'
git commit -m 'Commit message'
git pgp
git ×1
pgp ×1