git init
git add . (所有文件用 点表示)
git commit -m "注释语句"
git remote add origin https://github.com/hanhailong/CustomRatingBar (你的github 项目地址)
git push origin master