stakk 2.1.3

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** merging into `{{ default_branch }}`

{% for entry in stack | reverse -%}
- {{ entry.pr_url }}{% if entry.is_current %} 👈 **this PR**{% endif %}
{% endfor -%}
- `{{ default_branch }}`

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