创建了Git仓库并且提交了Commit之后发现之前提交的记录忘记使用GPG进行签名,使用下面的命令即可

git filter-branch -f --commit-filter 'git commit-tree -S "$@"' HEAD