Skip to content

Instantly share code, notes, and snippets.

@christianb
Last active November 15, 2019 10:29
Show Gist options
  • Save christianb/6827d720f8d0e686cc7f6577e2b375f6 to your computer and use it in GitHub Desktop.
Save christianb/6827d720f8d0e686cc7f6577e2b375f6 to your computer and use it in GitHub Desktop.
Log commits between tags
git log --pretty=oneline tagA..tagB
# or
git lg 1.2.7..master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment