git init git add . git commit -m "First commit" git remote add origin git remote -v git push origin master