Triple dot log
The triple dot is the major range selection which specifies all the commits that are reachable by either of the two references but not by both of them:
git log master...<your-branch>
The triple dot is the major range selection which specifies all the commits that are reachable by either of the two references but not by both of them:
git log master...<your-branch>