Changes not staged for commit: (use "git add <file>..." to update what will be committed) (use "git restore <file>..." to discard changes in working directory) modified: .gitignore modified: package-lock.json no changes added to commit (use "git add" and/or "git commit -a")
时间: 2023-03-31 10:00:17 浏览: 251
githook-lint-staged-example:Git 2.9+(`core.hooksPath`)+ Lint暂无额外依赖项
这是一个关于 Git 的问题,提示你有文件被修改但未被提交,可以使用 "git add <file>..." 命令将修改的文件添加到暂存区,然后使用 "git commit" 命令提交修改。如果你想放弃修改,可以使用 "git restore <file>..." 命令将工作目录中的修改还原。
阅读全文