coreystedman #######Upload: Steps: git init echo "# whatever" >> README.md git add README.md git add . git remote add origin https://github.com/CoreyDesir/coreystedman.git git status git add . git commit -m "xyz" git push -u origin master