stakk 1.23.0

A CLI tool that bridges Jujutsu (jj) bookmarks to GitHub stacked pull requests
1
2
3
4
5
6
7
8
**Stack of {{ stack_size }} PRs** — merges into `{{ default_branch }}`

{% for entry in stack | reverse -%}
{% if entry.is_current %}●{% else %}○{% endif %} {{ entry.pr_url }} `{{ entry.bookmark_name }}`{% if entry.is_current %} ← **this PR**{% endif %}
{% endfor -%}
◆ `{{ default_branch }}`

<sub>Created with [stakk]({{ stakk_url }})</sub>