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

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

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

21 रिपॉजिटरी

Awesome GitHub RepositoriesGit Tools

Utilities for enhancing Git workflows and repository management.

Explore 21 awesome GitHub repositories matching part of an awesome list · Git Tools. Refine with filters or upvote what's useful.

Awesome Git Tools GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • visionmedia/git-extrasvisionmedia का अवतार

    visionmedia/git-extras

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

    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 imple

    Additional utilities for repository management and reporting.

    Shell
    GitHub पर देखें↗18,076
  • git-ecosystem/git-credential-managergit-ecosystem का अवतार

    git-ecosystem/git-credential-manager

    9,021GitHub पर देखें↗

    This project is a Git credential helper that automates the storage and retrieval of authentication secrets for remote repository operations. It functions as an OAuth token manager and an operating system vault storage interface to ensure authentication secrets are encrypted at rest. The tool acts as a cross-platform authentication broker, enabling the sharing of secure credentials between a host operating system and a Linux subsystem. It also serves as an enterprise proxy gateway, routing authentication traffic through corporate proxy servers to reach restricted repository endpoints. The sys

    Handles secure Git credential management.

    C#aadauthenticationazure-devops
    GitHub पर देखें↗9,021
  • gitextensions/gitextensionsgitextensions का अवतार

    gitextensions/gitextensions

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

    GitExtensions is a graphical user interface client for managing Git repositories. It provides a suite of visual tools for browsing commit logs, staging changes, and tracking file evolution across a project's history. The project features a commit visualizer that maps branch and merge relationships via a graphical map and a dedicated history manager for performing interactive rebases and squashing commits. It includes a visual merge conflict resolver to identify and fix overlapping code changes during merges or history rewrites. The software covers broad version control capabilities, includin

    Standalone Git repository tool and shell extension.

    C#gitgit-clientgit-gui
    GitHub पर देखें↗8,361
  • 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

    PowerShell environment integration for Git.

    PowerShellchocolateygitpowershell
    GitHub पर देखें↗8,218
  • sobolevn/git-secretsobolevn का अवतार

    sobolevn/git-secret

    4,023GitHub पर देखें↗

    git-secret is a command line tool and Bash encryption utility used to manage sensitive configuration files and passwords within Git repositories. It enables version controlled secret storage by encrypting files with GPG public keys, ensuring that sensitive data can be committed to a repository without exposing plaintext. The tool utilizes a PGP encryption workflow to control access through a managed keyring of authorized public keys. This allows for the granting and revocation of decryption permissions for specific users. To prevent accidental data leaks, it automatically integrates with Git

    Stores private data securely within a repository.

    Shellencryptiongitgit-addons
    GitHub पर देखें↗4,023
  • brigade/overcommitbrigade का अवतार

    brigade/overcommit

    4,008GitHub पर देखें↗

    Overcommit is a Git hook manager and workflow automation system used to configure, deploy, and orchestrate scripts that enforce coding standards and project workflows. It acts as a management layer for distributed hook configuration, applying global templates across multiple repositories to ensure consistent validation rules. The system functions as a parallel task runner, executing multiple validation scripts concurrently across CPU cores to reduce the time spent during pre-commit checks. It distinguishes itself through signature-based integrity verification to detect unauthorized changes to

    Configurable manager for Git hooks.

    Ruby
    GitHub पर देखें↗4,008
  • libgit2/libgit2sharplibgit2 का अवतार

    libgit2/libgit2sharp

    3,439GitHub पर देखें↗

    Git .NET = ❤

    Native Git implementation for managed code.

    C#dotnetdotnet-coregit
    GitHub पर देखें↗3,439
  • gittools/gitversionGitTools का अवतार

    GitTools/GitVersion

    3,123GitHub पर देखें↗

    From git log to SemVer in no time

    Generates semantic version numbers from repository state.

    C#c-sharpdotnetgit
    GitHub पर देखें↗3,123
  • arc90/git-sweeparc90 का अवतार

    arc90/git-sweep

    2,675GitHub पर देखें↗

    A command-line tool that helps you clean up Git branches that have been merged into master.

    Safely removes merged branches from the repository.

    Python
    GitHub पर देखें↗2,675
  • aanand/git-upaanand का अवतार

    aanand/git-up

    2,590GitHub पर देखें↗

    NOT MAINTAINED

    Improved synchronization for local branches.

    Ruby
    GitHub पर देखें↗2,590
  • libgit2/ruggedlibgit2 का अवतार

    libgit2/rugged

    2,289GitHub पर देखें↗

    Ruby bindings for the libgit2 library.

    Cgitlibgit2ruby
    GitHub पर देखें↗2,289
  • reenhanced/gitreflowreenhanced का अवतार

    reenhanced/gitreflow

    1,491GitHub पर देखें↗

    Reflow automatically creates pull requests, ensures the code review is approved, and squash merges finished branches to master with a great commit message template.

    Automates quality control workflows for Agile teams.

    Ruby
    GitHub पर देखें↗1,491
  • unixorn/git-extra-commandsunixorn का अवतार

    unixorn/git-extra-commands

    1,163GitHub पर देखें↗

    A collection of git utilities, useful extra git scripts, tutorials and other useful articles.

    Collection of helper scripts for Git.

    Shellantigenbashcollection
    GitHub पर देखें↗1,163
  • alirezanet/husky.netalirezanet का अवतार

    alirezanet/Husky.Net

    846GitHub पर देखें↗

    Lint your commit messages, run tests, format or analyze code, and perform any other checks automatically when you commit or push. 🚀

    Git hooks runner for linting and automation.

    C#code-formatdev-dependenciesdeveloper-experience
    GitHub पर देखें↗846
  • jingweno/ghjingweno का अवतार

    jingweno/gh

    717GitHub पर देखें↗

    Fast GitHub command line client (deprecated). gh has been merged into https://github.com/github/hub, see https://github.com/github/hub/issues/475 for more info

    Fast command-line interface for GitHub.

    Go
    GitHub पर देखें↗717
  • narkoz/ginatraNARKOZ का अवतार

    NARKOZ/ginatra

    524GitHub पर देखें↗

    A web frontend for Git repositories

    Web-based interface for browsing Git repositories.

    Ruby
    GitHub पर देखें↗524
  • markchalloner/git-semvermarkchalloner का अवतार

    markchalloner/git-semver

    395GitHub पर देखें↗

    Git plugin for Semantic Versioning

    Simplifies semantic versioning and changelog management.

    Shell
    GitHub पर देखें↗395
  • peterhurford/git-it-on.zshpeterhurford का अवतार

    peterhurford/git-it-on.zsh

    117GitHub पर देखें↗

    Quickly navigate GitHub from the command line.

    Opens the current repository directory on GitHub.

    Shell
    GitHub पर देखें↗117
  • grosser/git-autobisectgrosser का अवतार

    grosser/git-autobisect

    86GitHub पर देखें↗

    Find the first broken commit without having to learn git bisect

    Automates finding the commit that introduced a bug.

    Ruby
    GitHub पर देखें↗86
  • osheroff/git-spelunkosheroff का अवतार

    osheroff/git-spelunk

    47GitHub पर देखें↗

    git-spelunk, an interactive git history tool

    Tool for deep inspection of Git blame history.

    Ruby
    GitHub पर देखें↗47
पिछला12अगला
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Git Tools