Just upgraded my git bash client (to 2.23) as well as Visual Studio (to 2019) and for some reason, my git bash is not in sync with VS's git. In git bash, when I checkout a new branch in my current project, it creates it and goes to it. However I don't see this new branch in VS. I have to create the new branch in VS and when I make edits to code in this new branch, my git bash does not see the changes. It's like git bash is working on an entirely different git repo that is out of sync with what VS sees. I'm fairly certain my git bash is incorrect since the branches shown in VS look to be correct.
Is there a way to sync git bash to that of VS so they're working off the same repo?