Skip to content

Instantly share code, notes, and snippets.

@jubstuff
Created October 13, 2014 14:25
Show Gist options
  • Select an option

  • Save jubstuff/a5aa601d95b4f295d440 to your computer and use it in GitHub Desktop.

Select an option

Save jubstuff/a5aa601d95b4f295d440 to your computer and use it in GitHub Desktop.
List all commit messages from a tag to HEAD
git log --oneline $(git rev-list $TAG | head -n 1)..HEAD | sed '/Merge remote-tracking/d'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment