Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

git inbound

Show incoming changes compared to upstream

Git alias:

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

Example:

git inbound

Compare git outbound.