I made changes to my code and typed:
git status
Which returned
Your branch is up-to-date with 'origin/branch_name'.
nothing to commit, working directory clean
Then I typed
git diff
Which didn't print out anything...
Can someone help? It should be showing me files that were changed...
Thanks in advance!