diff --git a/justfile b/justfile deleted file mode 100644 index f257cca..0000000 --- a/justfile +++ /dev/null @@ -1,6 +0,0 @@ -push: - jj git push -c @- - -merge: - jj branch set main -r @- - jj git push -b main