The command git log origin/<branchname> does show the commits in the certain branch, but it also shows the commits that were made to the parent branch before the <branchname> was even created.
How to limit the output to contain only those entries that were commited after the branch was created?
 
     
    