awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
visionmedia avatar

visionmedia/git-extras

0
View on GitHub↗
18,076 स्टार्स·1,223 फोर्क्स·Shell·MIT·7 व्यूज़

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.

स्टार हिस्ट्री

visionmedia/git-extras के लिए स्टार हिस्ट्री चार्टvisionmedia/git-extras के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

अक्सर पूछे जाने वाले प्रश्न

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.

visionmedia/git-extras की मुख्य विशेषताएं क्या हैं?

visionmedia/git-extras की मुख्य विशेषताएं हैं: Git Command Line Extensions, Git Repository Analyzers, Analysis Utilities, Branch Management Utilities, Repository Maintenance, Repository Metadata, Release Changelog Generators, Contributor Metrics।

visionmedia/git-extras के कुछ ओपन-सोर्स विकल्प क्या हैं?

visionmedia/git-extras के ओपन-सोर्स विकल्पों में शामिल हैं: 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…

Git Extras के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Git Extras के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • tj/git-extrastj का अवतार

    tj/git-extras

    18,076GitHub पर देखें↗

    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
    GitHub पर देखें↗18,076
  • boyter/sccboyter का अवतार

    boyter/scc

    8,469GitHub पर देखें↗

    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
    GitHub पर देखें↗8,469
  • dahlbyk/posh-gitdahlbyk का अवतार

    dahlbyk/posh-git

    8,218GitHub पर देखें↗

    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
    GitHub पर देखें↗8,218
  • jayphelps/git-blame-someone-elsejayphelps का अवतार

    jayphelps/git-blame-someone-else

    11,646GitHub पर देखें↗

    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
    GitHub पर देखें↗11,646
  • Git Extras के सभी 30 विकल्प देखें→