ok/jj
1
0
Fork 0
forked from mirrors/jj

docs: Fix zsh-breaking logging example

This commit is contained in:
Matthew Davidson 2024-06-04 17:33:35 +07:00 committed by Yuya Nishihara
parent 3a4258916c
commit 88cb56d3dd

View file

@ -296,7 +296,7 @@ jj log -r 'remote_branches(remote=origin)..'
Show the initial commits in the repo (the ones Git calls "root commits"):
```
jj log -r root()+
jj log -r 'root()+'
```
Show some important commits (like `git --simplify-by-decoration`):