Get Changed Files in Time Range with Git Diff

Sometimes we want to know all of the changed files and the changes within a certain time range. In this lesson we look at using git-diff with a comparison against HEAD back to a time range in the past.