Archived post: posted sometime between 2016 and 2022.

Git: List the files you have worked on in the last week

git log --no-merges --author=shaun --name-only --pretty=format:"" --since="1 week ago" -- *.cs | sort -u