published under license Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)copy! share!
posted in category Software Development & Programming / Git
posted at 24. Aug '21
Howto Git Sign Previous Commits
Don’t rebase already pushed/merged commits in shared branches, otherwise you’ll have to force push.
git rebase --exec 'git commit --amend --no-edit -n -S' -i my_branch
Add Comment