API 文档
create respository
echo "# goowee" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M master
git remote add origin https://github.com/xuguangtech/goowee.git
git push -u origin masterpush
git remote add origin https://github.com/xuguangtech/goowee.git
git branch -M master
git push -u origin master最后更新于