build: jj-next can ignore immutable main on start and can move next anywhere
This commit is contained in:
parent
ef43b9be9a
commit
4e353deaad
1 changed files with 2 additions and 2 deletions
4
justfile
4
justfile
|
@ -23,12 +23,12 @@ mutations:
|
||||||
# cargo test --example get
|
# cargo test --example get
|
||||||
|
|
||||||
jj-next:
|
jj-next:
|
||||||
jj edit main
|
jj edit main --ignore-immutable
|
||||||
just jj-next-test
|
just jj-next-test
|
||||||
|
|
||||||
jj-next-test:
|
jj-next-test:
|
||||||
jj next --edit
|
jj next --edit
|
||||||
jj bookmark move next
|
jj bookmark move next --allow-backwards
|
||||||
just build
|
just build
|
||||||
jj bookmark move main
|
jj bookmark move main
|
||||||
just jj-next-test
|
just jj-next-test
|
||||||
|
|
Loading…
Reference in a new issue