# 初始化项目
git commit -m "init: xxxxx"
# 新增特性(目录、文件等)
git commit -m "feat: xxxxx"
# 修复功能
git commit -m "fix: xxxxx"
# 更新功能
git commit -m "update: xxxxx"
git remote add origin https://codehub-cn-south-1.devcloud.huaweicloud.com/web300001/web3-1234567.git
git push -u origin master