Skip to content

Instantly share code, notes, and snippets.

@chrismarksus
Last active August 29, 2015 14:01
Show Gist options
  • Save chrismarksus/ce04c6bdec297bb29923 to your computer and use it in GitHub Desktop.
Save chrismarksus/ce04c6bdec297bb29923 to your computer and use it in GitHub Desktop.
git commits between tags
git log tagA..tagB --pretty="%Cgreen%h%Creset %C(yellow)(%an)%Creset %s" --no-merges
git log tagA..HEAD --pretty="%Cgreen%h%Creset %C(yellow)(%an)%Creset %s" --no-merges
git log tagA..tagB --pretty="%Cgreen%h%Creset %C(yellow)(%an)%Creset %s" --no-merges --author="ME"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment