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 It would be helpful to add a note to that post to explain the HEAD^^^^^^^^^ syntax. While I have 15 years of Git experience I have never seen it.
@dolmen thanks! i guess everyone has different ways to do the same thing (it's the same as HEAD~8)