Skip to content

Instantly share code, notes, and snippets.

@szydan
Created May 30, 2024 16:38
Show Gist options
  • Save szydan/6d144a9b1d0c27a4b99fbf1f2420e090 to your computer and use it in GitHub Desktop.
Save szydan/6d144a9b1d0c27a4b99fbf1f2420e090 to your computer and use it in GitHub Desktop.
query git about changes in the last n months about specific folder
git log -p -M --since="12 month ago" src/siren_core_plugins/NAME > plugin-changes.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment