Difference in git commits between branches
Sometimes it is helpful to check what commits you are going to merge in production instead of the actual file changes.
To see the commits you are going to merge, run
git log <target_branch>..<source_branch>
or as in my branch structure
git log production..master
Written by Marko Klemetti
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Shell
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#