SyntaxFix
Write A Post
Hire A Developer
Questions
You can use a range to do that.
git log master..
If you've checked out your my_experiment branch. This will compare where master is at to HEAD (the tip of my_experiment).
my_experiment
master
HEAD