GIT
STATS.
{{ repo_count }} REPOSITORIES {{ date_range[0] }} — {{ date_range[1] }} GENERATED {{ generated_date }}

Commit Activity Over Time

  • Lines Changed
  • Commit Count
  • Day
  • Week
  • Month
Range
0 / 0 active repositories in range

Aggregated Commit Activity

  • All Years
  • {% for year in years %}
  • {{ year }}
  • {% endfor %}

Individual Repository Heatmaps

  • All Years
  • {% for year in years %}
  • {{ year }}
  • {% endfor %}
  • Name A Z
  • Name Z A
  • Last commit (newest)
  • Last commit (oldest)
{% set ns = namespace(current=None) %} {% for item in sync_legend %} {% if item.kind != ns.current %} {% if ns.current %}{% endif %} {{ item.kind }} {% set ns.current = item.kind %} {% endif %} {{ item.label }} {% endfor %} {% if ns.current %}{% endif %}
{% for item in individual_charts %}
{{ item.name }}
{% if item.local_label or item.remote_label %} L {{ item.local_label }} R {{ item.remote_label }} {% endif %} {% if item.is_archived == true %} {% else %} {% endif %}
{{ item.path }}
{% endfor %}