git init git
git add . (全部文件用 點表示)github
git commit -m "註釋語句"rem
git remote add origin https://github.com/hanhailong/CustomRatingBar (你的github 項目地址)it
git push origin masterast