I'm trying to to check how many commits away from master, regardless of how many other commits have been pushed to master since I branched off.
What's the right git command to do that
----(x)----(master)-----(a)-----(latest master)
\
\
(branch_awesome/c)----(d)-----(e)
In this example I am three commits away.