I'm referring to Git, as used by the GUI in VS Community 2022.
It seems like a simple question, but it doesn't look like anyone else has asked this question.
If you need more details, please ask. Please don't just ignore this question. Thanks.
I'm referring to Git, as used by the GUI in VS Community 2022.
It seems like a simple question, but it doesn't look like anyone else has asked this question.
If you need more details, please ask. Please don't just ignore this question. Thanks.
The 'git changes' viewer says there's no unstaged changes in the working directory, even though I changed and saved a source code file
Fall back temporarily to command-line, and check your file is not ignored:
cd /path/to/repository
git check-ignore -v -- folder/modified/file
Double-check also the icon overlay symbol on those files, as shown here.