Skip to content

Instantly share code, notes, and snippets.

@jakub-g
Last active November 18, 2021 15:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jakub-g/d691b6f21dba76dae2a2d13492ea7d5e to your computer and use it in GitHub Desktop.
Save jakub-g/d691b6f21dba76dae2a2d13492ea7d5e to your computer and use it in GitHub Desktop.
git log examples
git log --since="27 SEP 2021" --until="28 SEP 2021" --pretty='%ci %h %s %cn %ce ' | grep 'Merge pull'
# 2021-09-27 19:22:53 +0200 2bd0ea1b765 Merge pull request #123 from org/repo GitHub noreply@github.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment