{{ repo.branch or "detached" }}
{% if repo.ahead or repo.behind %}
{% if repo.ahead %}↑{{ repo.ahead }}{% endif %}
{% if repo.behind %}↓{{ repo.behind }}{% endif %}
{% endif %}
{% set pinned = state.pinned | default([]) %}
{% set order = state.repo_order | default([]) %}
{% macro repo_card(repo, is_pinned) %}
{{ repo.branch or "detached" }}
{% if repo.ahead or repo.behind %}
{% if repo.ahead %}↑{{ repo.ahead }}{% endif %}
{% if repo.behind %}↓{{ repo.behind }}{% endif %}
{% endif %}
No repos discovered. Run project-hub init to get started.