diff --git a/justfile b/justfile index a1ef38e..f257cca 100644 --- a/justfile +++ b/justfile @@ -1,2 +1,6 @@ push: jj git push -c @- + +merge: + jj branch set main -r @- + jj git push -b main