Skip to content

Instantly share code, notes, and snippets.

@krebernisak
Created September 25, 2013 10:04
Show Gist options
  • Save krebernisak/6697591 to your computer and use it in GitHub Desktop.
Save krebernisak/6697591 to your computer and use it in GitHub Desktop.
All commits between two tags/commits
git log [TAG1]..[TAG2] --oneline
@themodernlife
Copy link

@ezarko 👍

@MariSytnyk
Copy link

Thanks! This helped me a lot today!

@lucmann
Copy link

lucmann commented Nov 28, 2022

git rev-list --count [TAG1]..[TAG2] works for me (git version 1.8.3.1)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment