1118
Rebase Supremacy
(programming.dev)
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Imagine rewring history
You try to pull someone's changes, but whoops, they used rebase and rewrote history! Delete the branch and start over.
2 things:
git pull --rebase
. Works without issue.