$ git init $ git remote add origin https://github.com/TutorialEdge/go-docker-tutorial.git $ git add . $ git commit -m "Initial Commit" $ git push origin master