> vue3-element-admin@2.6.2 lint:lint-staged
> lint-staged
→ No staged files match any configured task.
⧗ input: 切换本地数据库
✖ subject may not be empty [subject-empty]
✖ type may not be empty [type-empty]
✖ found 2 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
husky - commit-msg hook exited with code 1 (error)
这个是Vue3-elelment-admin 这个框架Git上传的规范
执行 commit 指令进行代码提交流程,执行前需将改动的文件通过 git add 添加到暂存区
npm run commit
按以下填写提交的信息
之后执行: git push
这样就可以正确提交上传啦
不想规范,直接提交的话 可以使用以下命令:
git commit --no-verify -m "xxxx提交信息"
可以看看下面链接中的文档,更加详细: