Skip to content

Latest commit

 

History

History

git-inbound

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

git inbound

Show incoming changes compared to upstream

Git alias:

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

Example:

git inbound

Compare git outbound.