Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save zaqmor/39c9b4d58c2f80effde371de0ec35fa1 to your computer and use it in GitHub Desktop.
Save zaqmor/39c9b4d58c2f80effde371de0ec35fa1 to your computer and use it in GitHub Desktop.
GIT log, filtered by author, pretty printed with author, date, message
git log --author=name@domain.com --pretty=format:"%h%x09%an%x09%ad%x09%s"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment