Files
cheatsheet-tldr/tldr/jj-evolog
2025-07-06 00:23:01 +00:00

22 lines
583 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# jj evolog
> Show how a change has evolved over time, listing the previous commits it has pointed to.
> More information: <https://jj-vcs.github.io/jj/latest/cli-reference/#jj-evolog>.
- Show how a revision has evolved over time:
`jj evolog {{[-r|--revision]}} {{revset}}`
- Show diff statistics in the evolution log:
`jj evolog {{[-r|--revision]}} {{revset}} --stat`
- Show summary of each change in the evolution log:
`jj evolog {{[-r|--revision]}} {{revset}} {{[-s|--summary]}}`