Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 201 Bytes

index.md

File metadata and controls

15 lines (10 loc) · 201 Bytes

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