Git alias:
# git outbound - Show outgoing changes compared to upstream. outbound = log @{upstream}..
Example:
git outbound
Compare git inbound.