menandatangani komit setelah dorongan

# This requires a `git push -f` since you cannot retro-actively sign commits
git rebase --exec 'git commit --amend --no-edit -n -S' -i <branch-name>
Shy Stoat