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:

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:

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?
source share