Skip to content

Instantly share code, notes, and snippets.

@tamewhale
Last active December 12, 2015 03:29
Show Gist options
  • Save tamewhale/4707737 to your computer and use it in GitHub Desktop.
Save tamewhale/4707737 to your computer and use it in GitHub Desktop.
Get a list of unique file names that have been changed in the last 2 days' commits in Git.
git log --pretty=format: --name-only --since="2 days ago" | sort | uniq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment