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