Staged Files
These are temporary working copies only.
{{ staged_files|length }} staged
{% if staged_files %}
-
{% for item in staged_files %}
-
{{ item.name }}
{{ "{:,}".format(item.size_bytes) }} bytes • {{ item.path }}
{% endfor %}
No files are currently staged.
{% endif %}