Skip to content

Instantly share code, notes, and snippets.

@tonyfast
Created August 18, 2014 15:02
Show Gist options
  • Select an option

  • Save tonyfast/0407b35dae1547c72c73 to your computer and use it in GitHub Desktop.

Select an option

Save tonyfast/0407b35dae1547c72c73 to your computer and use it in GitHub Desktop.
Exposing All Files in Git history
git log --pretty=format: --name-only --diff-filter=A | sort -u
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment