{% trans %}Visibility:{% endtrans %} {% trans %}Public{% endtrans %} {% trans %}Unlisted{% endtrans %} {% trans %}Private{% endtrans %} {% trans %}Description{% endtrans %} {% if repo_data.info %}{{ repo_data.info }}{% endif %} {% trans %}Default branch{% endtrans %} {% for branch in branches %} {{ branch }} {% endfor %} {% trans %}This is the branch the application will redirect to automatically if one is not specified. Note that only branch names are supported, not other references like tags or commit hashes.{% endtrans %} Update