Skip to content

Instantly share code, notes, and snippets.

@amccarty
Created April 30, 2015 14:04
Show Gist options
  • Save amccarty/cdbae1b2341ae5b4c925 to your computer and use it in GitHub Desktop.
Save amccarty/cdbae1b2341ae5b4c925 to your computer and use it in GitHub Desktop.
Which puppet modules were updated since a particular date
git log --name-status --since="2015-03-24" | grep modules | sort | uniq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment