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 master

push

git remote add origin https://github.com/xuguangtech/goowee.git
git branch -M master
git push -u origin master

最后更新于