git init git add . git commit -m "[message]" git branch -M master git remote add origin "github repository link" git push -u origin master