Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
a5bec93228
|
|||
|
d1c67afd33
|
@@ -71,8 +71,8 @@ revision, you can use the `-n` or `--new` flag.
|
|||||||
|
|
||||||
```sh
|
```sh
|
||||||
jj-cz -n # equivalent of `jj-cz && jj new`
|
jj-cz -n # equivalent of `jj-cz && jj new`
|
||||||
jj-cz xs -n # equivalent of `jj-cz xs && jj new xs`
|
jj-cz xs -n # equivalent of `jj-cz xs && jj new`
|
||||||
jj-cz -n xs # equivalent of `jj-cz xs && jj new xs`
|
jj-cz -n xs # equivalent of `jj-cz xs && jj new`
|
||||||
```
|
```
|
||||||
|
|
||||||
You cannot, however, call `jj-cz` on multiple revisions with the `--new` flag active.
|
You cannot, however, call `jj-cz` on multiple revisions with the `--new` flag active.
|
||||||
|
|||||||
Reference in New Issue
Block a user