Oddbean new post about | logout
 git commit -m “Fix what the previous commit was meant to” 
 git reset —mixed HEAD~1

Doesn’t make for as funny a note I guess 
 A missed opportunity for sure lol 
 git commit --amend
git push origin main -f

Yolo force push and orphan all your fellow contributor local branches. 😎 
 This! No regrets 🔥