Created
October 4, 2021 21:49
-
-
Save kussberg/8fc6238b51e915ffa35aabc266c150a9 to your computer and use it in GitHub Desktop.
Resign GPG previous commits
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// That will override your previous commits with signed commits | |
git rebase --exec 'git commit --amend --no-edit -n -S' -i <COMMIT_ID> | |
git push --force |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment