Skip to content

Latest commit

 

History

History

git-log-fresh

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

git log-fresh

Show log of new commits after you fetched, with stats, excluding merges

Git alias:

log-fresh = log ORIG_HEAD.. --stat --no-merges

Example:

git log-fresh