Workflow
- •If needed, create a new bookmark using
jj bookmark create <BOOKMARK_NAME>using a short, descriptive<BOOKMARK_NAME>according to the user's preference or instructions - •Push the
<BOOKMARK_NAME>to GitHub usingjj git push -r <BOOKMARK_NAME> - •Create the PR on GitHub using
gh pr create --head <BOOKMARK_NAME>, adding--draftif the user requested a draft Pull Request - •Return the URL to the PR to the user.