git checkout mybranch git rebase main
Ah that’s fair. This is why I would do a `git merge main` instead of a rebase here.
Ah that’s fair. This is why I would do a `git merge main` instead of a rebase here.