Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 231 Bytes

index.md

File metadata and controls

18 lines (12 loc) · 231 Bytes

git lto

Log with items appearing in topological order

Git alias:

# git lto:
lto = log --topo-order

Example:

git lto

Topological order means that descendant commits are shown before their parents.