If you are using Git Extensions you should be able to find your local changes in the Working directory
as shown below:
If you don't see any changes, it's probably because you are on a wrong sub-module. So check all the items with a submarine icon as shown below:
When you found some uncommitted change:
Select the line with Working directory
, navigate to Diff tab, Right click on rows with a pencil (or +
or -
) icon, choose Reset to first commit or commit or stash or whatever you want to do with it.