So I've done an initial commit on my files from my PC to GitHub with git checkout -b [branch] and git add . and git commit and all that. I've now made a change to that file, how can I update that file on GitHub and add a commit message?
I tried git add on the file but it's already added, and git status says nothing to commit.
Can someone help with this? Thanks :)