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
source : https://stackoverflow.com/a/67463502/11834812
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
source : https://stackoverflow.com/a/67463502/11834812
No comments to display
No comments to display