When I want to Stage my changes on my branch, I click the plus sign (Stage) in Visual Studio 2019's Git Changes panel on the right side of the changed file. Usually after that the files goes in the staged section and after writing a commit message I click commit and it's done. Git Changes Panel in Visual Studio 2019 But after click the plus sign the vs asks me if I want to save the changes of the file and if I click 'save' the file just disappears from the Changes section. Without staging and committing and right after it's visible in the development branch. Without even making a Pull request. MSV Asks If I Want To Save Instead of Staging What do I miss?
I don't really know what I can try. I have changed branches, I have deleted and created new branch. It feels like I messed up some sort of settings. I have no idea honestly.