{% 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 %} {% if not workspaces %} {% with lede="gitstow clones into a workspace, and none are configured — so there is nowhere to put this repo yet. Add one from the workspaces page, or from a terminal:", cta=True, cancel=True %} {% include "partials/no_workspaces.html" %} {% endwith %} {% else %}
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
{% endif %} {% endblock %}