Skip to content

Instantly share code, notes, and snippets.

@v0d1ch
Last active September 8, 2016 12:44
Show Gist options
  • Save v0d1ch/2aca13cb1a3d5ba334007b0b3f8d46f7 to your computer and use it in GitHub Desktop.
Save v0d1ch/2aca13cb1a3d5ba334007b0b3f8d46f7 to your computer and use it in GitHub Desktop.
Find changed files in git by extension
find . -iname '*.scss' -exec git log --since=2.weeks --name-status {} +
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment