{% extends "base.html" %} {% block title %}Manage Codebase & Data{% endblock %} {% block head %} {% endblock %} {% block content %}
Branch: {{ current_branch }}
Active Commit: {{ current_hash }}
{% if uncommitted_changes %}Repo: {{ hf_repo_id }}
| Hash | Message | Author | When | Action |
|---|---|---|---|---|
| {{ commit.hash }} | {{ commit.message }} | {{ commit.date }} | {% if commit.hash != current_hash %} {% else %} Active {% endif %} |
| HF Hash | Description | Timestamp | Action |
|---|---|---|---|
| {{ commit.hash[:8] }} | {{ commit.message }} | {{ commit.date }} | |
| No Hugging Face backups found or HF_TOKEN not set. | |||