SyntaxFix
Write A Post
Hire A Developer
Questions
You can execute
git status -s
This will show modified files name and then by copying the interested file path you can see changes using git diff
git diff
git diff <filepath + filename>