I fucking hate git with every fiber of my being... The intuitive commands never doesn't what you expect them to do.
Not sure how this
```$ git rebase codespell --onto upstream/main```
Resulted in this..
``` commit d93e8f589378f44386a51100bacad65bb710fa43 (HEAD -> codespell, upstream/main, upstream/HEAD, origin/main, origin/HEAD, main)```
Now I get to spend the next who knows how many hours trying to my work from the reflog where I'll end up creating a diff and applying it manually.