Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可能重复: 在提交前撤消 git add
当我在处理我的项目时,我不小心使用以下命令添加了文件
git add file
我还没跑
git commit.
如何从提交中撤消或删除这些新添加的文件?
请帮忙。
git reset是字面上的“撤消” git add- 它从暂存区域中删除更改。
git reset
git add