Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 230 Bytes

index.md

File metadata and controls

15 lines (10 loc) · 230 Bytes

git log-refs

Show log with commits that are referred by some branch or tag

Git alias:

log-refs = log --all --graph --decorate --oneline --simplify-by-decoration --no-merges

Example:

git  log-refs