Skip to content

Instantly share code, notes, and snippets.

@imtapps
Created June 28, 2013 14:59
Show Gist options
  • Save imtapps/5885324 to your computer and use it in GitHub Desktop.
Save imtapps/5885324 to your computer and use it in GitHub Desktop.
Search commits from a date to find any migrations
git log --stat --summary --since=2013-06-01 | grep "|" | cut -d "|" -f 1 | sort -u | grep migration
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment