Last active
September 8, 2016 12:44
-
-
Save v0d1ch/2aca13cb1a3d5ba334007b0b3f8d46f7 to your computer and use it in GitHub Desktop.
Find changed files in git by extension
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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