Skip to content

Instantly share code, notes, and snippets.

@Dev1an
Created October 5, 2015 08:12
Show Gist options
  • Save Dev1an/c432c234aee54b27c6b4 to your computer and use it in GitHub Desktop.
Save Dev1an/c432c234aee54b27c6b4 to your computer and use it in GitHub Desktop.
Show a list of files that were added in the latest commit
git diff @{1} --name-only --diff-filter=A
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment