Skip to content

Instantly share code, notes, and snippets.

@jxpx777
Created May 30, 2012 14:24
Show Gist options
  • Save jxpx777/2836639 to your computer and use it in GitHub Desktop.
Save jxpx777/2836639 to your computer and use it in GitHub Desktop.
Git list of filenames with changes since last push
git log --name-only --format="%h" origin/master..HEAD | sort -u | grep -v -E -e '^[a-f0-9]+$'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment