## JJ Instructions

### CLI Reference

To get documentation for using commands (commands using `jj`), look at
https://jj-vcs.github.io/jj/prerelease/cli-reference/.

### Prepare to Create a CL

Check what jj change is current. If starting a new task, start a new jj change
with `jj new`.

### Finalize and Commit the CL

Update the current CL description with `jj describe -m "<description>"`.

### Investigating CLs

To see the changed files in a workspace `jj diff`.
