Signer des commits en masse
If you want to sign all the existing commits on the branch without do any changes to them:
git rebase --exec 'git commit --amend --no-edit -n -S' -i
Here
If you want to sign all the existing commits on the branch without do any changes to them:
git rebase --exec 'git commit --amend --no-edit -n -S' -i
Here