Git: Log commits on working branch
To see only commits made on the working branch without all the clutter coming in from master, use
git log master.. --no-merges
Or add it directly to your ~/.gitconfig
[alias]
lm = log master.. --no-merges
and just run
git lm
Written by Karsten Silkenbäumer
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Git log
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#