**edited
I'm trying to commit a file to my repo after making some changes- I initially uploaded the files to the repo directly through github.
C:\Users\me\repos\grow-my-day>git add popup.js
C:\Users\me\repos\grow-my-day>git status
On branch main
Your branch is up to date with 'origin/main'.
nothing to commit, working tree clean
C:\Users\me\repos\grow-my-day>git commit -m "Edit popup.js"
On branch main
Your branch is up to date with 'origin/main'.
nothing to commit, working tree clean
C:\Users\me\repos\grow-my-day>git push
Everything up-to-date
when I run git log
I see that it's saying the last change was made on July 3rd which was the initial commit.