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-mergesOr add it directly to your ~/.gitconfig
[alias]
  lm = log master.. --no-mergesand just run
git lmWritten 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#

 
 
 
 
