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 新手,
做了一些我不想提交但想保留在本地的本地更改。如何让 Aptana 中的 Git “忘记”这些更改并将它们从非暂存更改菜单中删除?
谢谢
git reset
或者:
git reset (filenames)