Last active 1 month ago

Revision 1dda6d52278c018c4946572555eb6c956f454e5a

rebase-git-commits-gpg-sign.md Raw

Rebase all commits from the root commit and sign them with the (new) gpg key

git rebase --root --gpg-sign --committer-date-is-author-date --root  

Rebase all commits from the root commit, sign them with the new key and reset the author

git rebase --exec 'git commit --amend --no-edit -n -S --reset-author --quiet' --committer-date-is-author-date --root