Yes, it's one of those days.
#git #forcepush

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

Squashing and force pushing my commits on my dev-branch is making my commit history so much more readable. πŸ“– ✏️

I love it! ❀️

#git #forcepush #squash #commit #developerlife