Yes, it's one of those days.
#git #forcepush
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
Squashing and force pushing my commits on my dev-branch is making my commit history so much more readable. π βοΈ
I love it! β€οΈ