I'm trying to see which of all the files I've modified but not yet committed, were modified in the last say 2 hours.
git status
shows me the list of all the modified files, but I only want to see those modified recently.
I've found this question Git show files that were changed in the last 2 days but it seems to work for committed files only.
Can this be done?