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

#JustProgrammerThings #GitCrimes #Git #ForcePush #rebase