Skip to content

Files

Latest commit

d150cec · May 21, 2022

History

History

git-log-fresh

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
May 21, 2022
Jan 11, 2022

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