And when I do `git rebase main` it just tells me that everything is already up-to-date ๐ฑ. ``` $ git rebase --onto <new-start-point> <old-start-point> <branch-to-change> ``` [RTFD](https://git-scm.com/book/en/v2/Git-Branching-Rebasing#_more_interesting_rebases) ๐ฎโ๐จ Thanks git.