I have some assembly code shared on multiple projects. As I switch between these projects, sometimes the shared assembly encounters a read permission and Git forgets what files are changed.
An easy fix for this is to run this in the command prompt in the assemblies root directory to refresh all of the changes.
git add -u