Skip to content

Instantly share code, notes, and snippets.

@teochengyong
Last active November 22, 2018 03:39
Show Gist options
  • Save teochengyong/e72f2dd47b48362cfd3c2adeb5e64db6 to your computer and use it in GitHub Desktop.
Save teochengyong/e72f2dd47b48362cfd3c2adeb5e64db6 to your computer and use it in GitHub Desktop.
Git log to prettify commits between tags for release note
git log REPLACE_TAG1..master --no-merges --reverse --pretty=format:"%h %an: %s"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment