Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save CapWebSolutions/65d429a8d4479d9c4e11e7105633277c to your computer and use it in GitHub Desktop.

Select an option

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
# 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