Site not displaying updated GitHub commits

When you created the repository on GitHub you selected initializes remotely containing a README.md file. The next step would be to run git clone github.com/username/repo.git in your terminal. At this point you have a local copy on the GitHub repository, so you would then move in your project files. Run git add * then git commit -m ‘first commit’ then git push origin master. Your changes should now be visible on GitHub.