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 master
git update-ref -d HEAD
git push --force
git remote add origin https://github.com/shaunthomas999/01_Java.git
git push -u origin master