This is the second time I click on my code and it says that everything is updated. The repo on GitHub does not reflect any changes.
The first time I set up the git repository on github and followed the setup tutorial:
http://help.github.com/create-a-repo/
But this time I changed these files and tried
git commit -m "msg";
git add file;
git push origin master;
Changes did not affect the deleted page. Does anyone know how I can push changes to github?
source
share