// TODO instructions on how to set up github for my project
git config --global user.name "Dennis" git config --global user.email "albart@sbcglobal.net" git pull git commit -m "first" git push origin master git config --global color.ui true git add index.html git reset HEAD git checkout --
git init git remote add origin https://github.com/albart/hello_php.git git pull origin master