1 2 3 4 5 6
touch README.md git init git add README.md git commit -m "first commit" git remote add origin ${primaryUrl} git push -u origin master