This is the 2nd time I push my code, and it says Everything up-to-date. The repo in GitHub does not reflect any changes.
The first time is when I set up the git repo on github and followed the set up tutorial:
http://help.github.com/create-a-repo/
But this time I modified those files and try to
git commit -m "msg";
git add file;
git push origin master;
The changes did not reflect on the remote page.
anyone know how can I summit the changes to github?
You first add a file, then commit and then push.
Do this instead: