Created
February 8, 2018 17:24
-
-
Save CapWebSolutions/65d429a8d4479d9c4e11e7105633277c to your computer and use it in GitHub Desktop.
Git Log command to show php files included in commits since a specified date
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
| # Execute at the commadn line within your project. | |
| > git log --since 2018-02-01 --pretty="short" --name-only | grep php |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment