init

git init
git add README.md
git commit -m "first commit"
git remote add origin https://key@github.com/likang00/zoo.git
git push -u origin master