awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
visionmedia avatar

visionmedia/git-extras

0
View on GitHub↗
18,076 stars·1,223 forks·Shell·MIT·17 views

Git Extras

git-extras is a collection of command line extensions for Git that provide utilities for managing repositories, analyzing commit history, and automating version control workflows. The suite includes tools for generating automated changelogs from commit history and utilities for identifying and cleaning up merged or stale branches.

The project provides a set of analysis tools to quantify project contributions by calculating commit percentages and author metrics. It further includes capabilities for summarizing repository metadata and state to optimize routine inspections.

The toolset is implemented as a series of portable shell scripts that wrap existing Git commands to extract and format repository data.

Features

  • Git Command Line Extensions - Extends Git with additional commands for managing repositories, analyzing history, and automating workflows.
  • Git Repository Analyzers - Measures contributor effort and summarizes project metadata through analysis of Git commit logs.
  • Analysis Utilities - Adds high-level summary and analysis tools to speed up routine repository inspections.
  • Branch Management Utilities - Identifies and removes merged or unmerged branches to maintain a clean project workspace.
  • Repository Maintenance - Cleans up stale branches and manages repository state to keep the workspace organized.
  • Repository Metadata - Generates high-level overviews of current repository status and metadata for quick analysis.
  • Release Changelog Generators - Extracts commit history to automatically build comprehensive lists of changes for release notes.
  • Contributor Metrics - Calculates commit percentages and author metrics to quantify the effort contributed by project members.
  • Project Contribution Analysis - Quantifies effort contributed by project members by calculating commit percentages and author metrics.
  • Git Tools - Additional utilities for repository management and reporting.

Star history

Star history chart for visionmedia/git-extrasStar history chart for visionmedia/git-extras

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Git Extras

Similar open-source projects, ranked by how many features they share with Git Extras.
  • tj/git-extrastj avatar

    tj/git-extras

    18,076View on GitHub↗

    git-extras is a collection of command line utilities that extend the functionality of the Git version control system. It provides a suite of shortcuts and additional commands for history manipulation, remote management, repository analysis, and workflow automation. The project distinguishes itself by offering deep integration with hosting providers to manage pull requests and forks, alongside advanced history tools for obliterating sensitive files and rewriting author metadata. It also includes a specialized interactive shell that allows users to execute commands without repeating the binary

    Shellgit
    View on GitHub↗18,076
  • boyter/sccboyter avatar

    boyter/scc

    8,469View on GitHub↗

    Scc is a codebase analysis tool written in Go that calculates source lines of code, blank lines, and comments across hundreds of programming and markup languages. It functions as a source code metric engine, software complexity analyzer, and cost estimator. The project differentiates itself by providing a COCOMO cost estimator to predict development effort and financial costs, alongside tools to estimate the cost of regenerating a codebase using large language models. It also includes a Git repository metrics tool that correlates commit history with codebase metrics to identify hotspots, trac

    Goclicloccode
    View on GitHub↗8,469
  • dahlbyk/posh-gitdahlbyk avatar

    dahlbyk/posh-git

    8,218View on GitHub↗

    posh-git is a PowerShell extension that provides a Git prompt and a set of toolsets for enhancing terminal productivity. It integrates Git status and branch information directly into the PowerShell command prompt and provides a toolkit for customizing the appearance, colors, and path formatting of the shell session. The project distinguishes itself by providing command line autocompletion for Git commands, branch names, and file paths. It also includes an SSH agent manager with wrapper commands to start, stop, and monitor the status of secure shell agent processes. The software covers broade

    PowerShellchocolateygitpowershell
    View on GitHub↗8,218
  • jayphelps/git-blame-someone-elsejayphelps avatar

    jayphelps/git-blame-someone-else

    11,646View on GitHub↗

    git-blame-someone-else is a Git authorship rewriter and commit history editor designed to modify the identity information stored within a repository's commit history. It serves as a metadata modifier that replaces the author and committer details of existing commits to reattribute code changes to different users. The tool focuses on Git identity management and repository maintenance, allowing for the update of old commit signatures and emails. This enables the correction of metadata across a project history when contributor accounts change or were entered incorrectly.

    Shell
    View on GitHub↗11,646
See all 30 alternatives to Git Extras→

Frequently asked questions

What does visionmedia/git-extras do?

git-extras is a collection of command line extensions for Git that provide utilities for managing repositories, analyzing commit history, and automating version control workflows. The suite includes tools for generating automated changelogs from commit history and utilities for identifying and cleaning up merged or stale branches.

What are the main features of visionmedia/git-extras?

The main features of visionmedia/git-extras are: Git Command Line Extensions, Git Repository Analyzers, Analysis Utilities, Branch Management Utilities, Repository Maintenance, Repository Metadata, Release Changelog Generators, Contributor Metrics.

What are some open-source alternatives to visionmedia/git-extras?

Open-source alternatives to visionmedia/git-extras include: tj/git-extras — git-extras is a collection of command line utilities that extend the functionality of the Git version control system.… boyter/scc — Scc is a codebase analysis tool written in Go that calculates source lines of code, blank lines, and comments across… dahlbyk/posh-git — posh-git is a PowerShell extension that provides a Git prompt and a set of toolsets for enhancing terminal… jayphelps/git-blame-someone-else — git-blame-someone-else is a Git authorship rewriter and commit history editor designed to modify the identity… commitizen/cz-cli — Commitizen is a command-line utility designed to enforce consistent commit message formatting within version control… gitextensions/gitextensions — GitExtensions is a graphical user interface client for managing Git repositories. It provides a suite of visual tools…