git 使用命令提交文件

git status
git add .
git commit --no-verify -m ""
git push origin develop

原文地址:https://www.cnblogs.com/150536FBB/p/14209720.html