Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save padurean/2d733abd32e899b63a84c249c1836ec7 to your computer and use it in GitHub Desktop.
Save padurean/2d733abd32e899b63a84c249c1836ec7 to your computer and use it in GitHub Desktop.
# Git log oneline since a certain date with author names:
git log --after="2020-09-22T00:00:00-00:00" --pretty=format:"%h%x09%ad%x09%an%x09%s" --date=short
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment