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.
我需要知道是否有办法查看过去 2 天内使用 aptana studio 编辑了哪些文件。我一直在尝试使用谷歌,但到目前为止还没有运气。
有谁知道这是否可行以及如何实现?
谢谢。
您的文件是否受版本控制?
使用 Git,可以通过以下命令轻松跟踪更改:
git diff ...
或者
git whatchanged --since '11/10/2012' --until '11/12/2012'