{% extends "base.html" %} {% block title_suffix %} — Add repo{% endblock %} {% block container_style %} style="max-width: 720px;"{% endblock %} {% block content %}
Acquisition

Add a repo.

Clone a remote into one of your workspaces and catalog it. Any git URL or owner/repo shorthand works.

{% if error %}
Could not add repo

{{ error }}

{% endif %}
Supports full git URLs (https / ssh) and owner/repo shorthand defaulting to GitHub.
Structured workspaces nest under owner/; flat workspaces skip the owner directory.
Comma-separated. Workspace auto-tags are merged in automatically at clone time.
Cancel
{% endblock %}