git add .
git commit -m "注释的内容"
gitee: git remote add origin 远程项目的Https地址
git push -u origin master -f
参考