Skip to content

Instantly share code, notes, and snippets.

@krebernisak
Created September 25, 2013 10:03
Show Gist options
  • Save krebernisak/6697583 to your computer and use it in GitHub Desktop.
Save krebernisak/6697583 to your computer and use it in GitHub Desktop.
Search for files between two tags/commits
git diff --name-status [TAG1]..[TAG2] | grep -e [PATTERN]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment