git whatchanged

tl;dr

git whatchanged

git whatchanged --since="1 week ago"

This command will show you a list of commits, and the files that were modified (it’s like a more descriptive git log).