有没有办法查看我应用的文件从特定日期到现在的变化?

Is there a way to see the files that I have applied changes from a specific date to now?

你知道是否有办法查看我应用的文件从特定日期到现在的变化吗?

我的意思是,我从 8 月 4 日起就在 Jira 上处理父票证,该父票证包含 29 张子票证,所以我不想通过票证来检查我更改了哪些文件。我想知道自 8 月 4 日以来我玩过哪些文件。

有办法吗?

你可以这样做:

git diff HEAD 'HEAD@{2016-08-04}' --name-only