I read the documentation and googled a good bit, but there is no real simple steps to be able to commit your local changes to github. I compiled the following steps and I ju
After (3), you should be able to call git push origin master which will push your current master branch to github
git push origin master
master