Git alias:
inbound = !git remote update --prune; git log ..@{upstream}
Example:
git inbound
Compare git outbound.