git init
git config user.email [email protected]
git add -A
git commit -a -m "first commit"
git remote add origin https://github.com/shaunthomas999/01_Java.git
git push -u origin mastergit update-ref -d HEAD
git push --forcegit remote add origin https://github.com/shaunthomas999/01_Java.git
git push -u origin master