git init git add . git commit -m "some text" git remote add origin https://.... git push -u origin master