Skip to content

Instantly share code, notes, and snippets.

@jakub-g
Last active March 13, 2023 18:35
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jakub-g/7451108 to your computer and use it in GitHub Desktop.
Save jakub-g/7451108 to your computer and use it in GitHub Desktop.
Find git commits touching only files from a specific folder
git log --reverse --format="%h / %cd / %an / %s" --date=short master -- src/main/static
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment