echo "开始上传"

git add .


# doc xxx 更新文档
# fix 修改bug
# feat添加内容
# build打包
git commit -m  "$1"
git push 

echo "上传完毕"