I feel dirty β¦
# Damn! Due to my setup the first commit isnβt signed!
git rebase -i --root
# -> Select first commit for edit
git commit --amend --no-edit --gpg-sign=...
git rebase --continue
git push --force
# Oh crap! The dates!
git rebase -i --root
git rebase --committer-date-is-author-date -i --root
git push --force