git rebase: what can go wrong?

git rebase: what can go wrong?

Julia Evans
would love to hear about any things that can go wrong with rebase that I missed in this blog post https://jvns.ca/blog/2023/11/06/rebasing-what-can-go-wrong-/
git rebase: what can go wrong?

git rebase: what can go wrong?

Julia Evans

@b0rk oh, i feel very seen having messed up all these things while learning how to rebase hahaha.

One thing i didnt see is rebasing when you or someone else has pushed a merge commit/figuring out how to drop a merge commit since that commit doesn’t appear in the rebase commit log view

@b0rk and the obvious gotcha. Rebasing on the origin vs the remote branch haha