git init git add -A git commit -m "first commit" git branch -M master git remote add origin https://github.com/devopsmaster/docker-spring-boot.git git push -u origin master