Konubinix' opinionated web of thoughts

Git Signing Previous Commits

Fleeting

Question: signing previous commit · Issue #67 · newren/git-filter-repo

sign my previous commits via git-filter-branch

git filter-branch -f –commit-filter ‘git commit-tree -S “$@”;’

https://github.com/newren/git-filter-repo/issues/67

Notes pointant ici