Given:
Visual Studio 2022
Git for Windows
I was in my dev branch. Inside Visual Studio and Manage Git Branches I selected rebase dev onto main. I’m not exactly sure what that did, but there are ghost looking folders in my main branch now from the dev branch. I thought I would have to at least commit something after the option, but it seems like it pushed something to the origin in Github.
What exactly happened when I chose to rebase dev onto main?
1