From c8123e1555b450483cd5964ad7999bc9c9e4126a Mon Sep 17 00:00:00 2001 From: Charles Crete Date: Mon, 29 Apr 2024 01:49:45 -0400 Subject: [PATCH] docs: mention obslog in tutorial --- docs/tutorial.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/tutorial.md b/docs/tutorial.md index 2833f21ca..20b0a0a4d 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -119,6 +119,10 @@ typically depends on how done you are with the change; if the change is almost done, it makes sense to use `jj new` so you can easily review your adjustments with `jj diff` before running `jj squash`. +To view how a change has evolved over time, we can use `jj obslog` to see each +recorded change for the current commit. This records changes to the working +copy, message, squashes, rebases, etc. + ## The log command and "revsets" You're probably familiar with `git log`. Jujutsu has very similar functionality