I'm really sorry if this has been asked before, my searching skills are bad.
So I want to update my github repo with my local code, but it always says "Everything up-to-date" So I have one file I modified, and I try
- git add Main.cs
- git commit -m 'Commit'
- git push origin master
But it still says Up-To-Date even though the file on my local system is different than the one on the repo.
Thanks in advance