Skip to content

Releases: ThePhoenix77/GitIntel

v0.1.0 (Aug 11, 2026)

Choose a tag to compare

@ThePhoenix77 ThePhoenix77 released this 11 Aug 21:26

GitIntel v0.1.0

The first official release of GitIntel, a command-line tool for Git repository intelligence.

Features

  • GitHub repository cloning support
  • Analyze repository history and contributor activity
  • Inspect file ownership by modifications, changed lines, and last touch
  • Identify maintenance hotspots and contributor concentration risk
  • Export results as table, JSON, or Markdown
  • Analyze local repositories or remote GitHub URLs
  • Includes gitintel and gitit CLI commands

Install

pip install gitintel

For a global CLI installation:

pipx install gitintel

Links