Visual Studio 2015 Solution Explorer does not update Git changes when committed

I have a Visual Studio 2015 solution that is under git control. I added a new project, performed a new project locally, and synchronized my commit with the remote repository. All this was done through the Visual Studio git plugin. However, Solution Explorer still shows my files as modified or added:

enter image description here

In Visual Studio Team Explorer, nothing is displayed in the "Changes" section. The Synchronization view says: "Incoming and outgoing transactions have been successfully synchronized."

When I request local changes on the git command line, nothing is displayed:

enter image description here

Update . The solution in Visual Studio using the refresh button does not work. Only restarting Visual Studio fixed the problem.

Is there any clue on how to fix this?

+5
source share

Source: https://habr.com/ru/post/1246866/


All Articles