Show the commit log between a tag and HEAD
git log --pretty="%h - %s (%an)" tag-name..HEAD
Options provided to --pretty
make the output more readable. Documentation for this and all the other options can be found here
Also works for specific commits:
git log --pretty="%h - %s (%an)" c3eeab6..0158d99
Written by Andrew Walker
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Git
Authors
khasinski
591.1K
dmichaelavila
500.4K
Related Tags
#git
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#