One-side diff To show the changes in current branch which a not yet merged into target branch > git diff target...HEAD One-side log To show the commits which not yet merged from current branch into target one > git log target..HEAD