awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 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·6 vues

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.

Historique des stars

Graphique de l'historique des stars pour visionmedia/git-extrasGraphique de l'historique des stars pour visionmedia/git-extras

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Git Extras

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Git Extras.
  • tj/git-extrasAvatar de tj

    tj/git-extras

    18,076Voir sur 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
    Voir sur GitHub↗18,076
  • boyter/sccAvatar de boyter

    boyter/scc

    8,469Voir sur 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
    Voir sur GitHub↗8,469
  • dahlbyk/posh-gitAvatar de dahlbyk

    dahlbyk/posh-git

    8,218Voir sur 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
    Voir sur GitHub↗8,218
  • jayphelps/git-blame-someone-elseAvatar de jayphelps

    jayphelps/git-blame-someone-else

    11,646Voir sur 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
    Voir sur GitHub↗11,646
Voir les 30 alternatives à Git Extras→

Questions fréquentes

Que fait visionmedia/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.

Quelles sont les fonctionnalités principales de visionmedia/git-extras ?

Les fonctionnalités principales de visionmedia/git-extras sont : Git Command Line Extensions, Git Repository Analyzers, Analysis Utilities, Branch Management Utilities, Repository Maintenance, Repository Metadata, Release Changelog Generators, Contributor Metrics.

Quelles sont les alternatives open-source à visionmedia/git-extras ?

Les alternatives open-source à visionmedia/git-extras incluent : 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…