在 git status 时提示的是使用以下命令:
git status
git restore --staged file_name
也可以用老式的方法:
git reset HEAD file_name
posted on 2021-09-10 10:16 aisowe 阅读(336) 评论(0) 编辑 收藏 举报