I created several custom changes, put the file in and committed it. The end is successful, but the changes are not showing up on github, is there anything else I am missing?
Did you push the change? In Git (unlike SVN), only to add changes to the local repo; you still have to push the changes to the remote repositories.