Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 253 Bytes

index.md

File metadata and controls

18 lines (12 loc) · 253 Bytes

git outbound

Show outgoing changes compared to upstream

Git alias:

# git outbound - Show outgoing changes compared to upstream.
outbound = log @{upstream}..

Example:

git outbound

Compare git inbound.