···158158appear in the log, but if they don't you can use `jj branch list`to show all the
159159commits associated with it.
160160161161-### How do I integrate Jujutsu with Gerrit?
161161+### How do I integrate Jujutsu with Gerrit?
162162163163At the moment you'll need a script, which adds the required fields for Gerrit
164164like the `Change-Id` footer. Then `jj` can invoke it via an `$EDITOR` override
165165-in an aliased command. Here's an [example][gerrit-integration] from an
165165+in an aliased command. Here's an [example][gerrit-integration] from an
166166contributor (look for the `jj signoff` alias).
167167168168-After you have attached the `Change-Id:` footer to the commit series, you'll
169169-have to manually push `git push` your `HEAD` into the remote Gerrit branch
170170-`refs/for/$BRANCH`, where `$BRANCH` is the base branch you want your changes to
171171-go to.
168168+After you have attached the `Change-Id:` footer to the commit series, you'll
169169+have to manually invoke `git push` of `HEAD` on the underlying git repository
170170+into the remote Gerrit branch `refs/for/$BRANCH`, where `$BRANCH` is the base
171171+branch you want your changes to go to (e.g., `git push origin
172172+HEAD:refs/for/main`). Using a [co-located][co-located] repo
173173+will make the underlying git repo directly accessible from the working
174174+directory.
172175173176We hope to integrate with Gerrit natively in the future.
174177175178[branches_conflicts]: branches.md#conflicts
176179177180[change ID]: glossary.md#change-id
181181+[co-located]: glossary.md#change-id
178182[commit ID]: glossary.md#commit-id
179183[config]: config.md
180184181181-[gerrit-integration]: https://gist.github.com/thoughtpolice/8f2fd36ae17cd11b8e7bd93a70e31ad6
185185+[gerrit-integration]: https://gist.github.com/thoughtpolice/8f2fd36ae17cd11b8e7bd93a70e31ad6
182186[gitignore]: https://git-scm.com/docs/gitignore
183187184188[glossary_divergent_change]: glossary.md#divergent-change