git init git add --all git commit -m "Initial Commit" git remote add origin git push -u origin master