git init
git remote add origin https://github.com/zdemirag/exo-higgs-macro.git
git add README.md
git commit -m "first commit"
git push -u origin master
git status
git init
git remote add origin https://github.com/zdemirag/exo-higgs-macro.git
git add README.md
git commit -m "first commit"
git push -u origin master
git status