git init git remote add origin https://github.com/USERNAME/REPO.git git add . git commit -m "First commit" git push origin master
git init
git remote add origin https://github.com/USERNAME/REPO.git
git add .
git commit -m "First commit"
git push origin master