Skip to content

Instantly share code, notes, and snippets.

@ef2k
Last active April 10, 2018 18:37
Show Gist options
  • Save ef2k/e4965e01dc40fd5ce75b9fac38c27a92 to your computer and use it in GitHub Desktop.
Save ef2k/e4965e01dc40fd5ce75b9fac38c27a92 to your computer and use it in GitHub Desktop.
git log to markdown list
# For formatting see: https://git-scm.com/docs/pretty-formats
git log --pretty=format:"* \`%ad\` - %s %n%b" --date=short | sed '/^\s*$/d' > gitlog.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment