forked from mirrors/jj
docs: mention obslog in tutorial
This commit is contained in:
parent
6a208e7af7
commit
c8123e1555
1 changed files with 4 additions and 0 deletions
|
@ -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
|
done, it makes sense to use `jj new` so you can easily review your adjustments
|
||||||
with `jj diff` before running `jj squash`.
|
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"
|
## The log command and "revsets"
|
||||||
|
|
||||||
You're probably familiar with `git log`. Jujutsu has very similar functionality
|
You're probably familiar with `git log`. Jujutsu has very similar functionality
|
||||||
|
|
Loading…
Reference in a new issue