Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 223 Bytes

index.md

File metadata and controls

17 lines (11 loc) · 223 Bytes

git inbound

Show incoming changes compared to upstream

Git alias:

inbound = !git remote update --prune; git log ..@{upstream}

Example:

git inbound

Compare git outbound.