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
·

30 dépôts

Awesome GitHub RepositoriesVersion Control Integrations

Extensions and plugins that surface version control information within other development tools or environments.

Explore 30 awesome GitHub repositories matching devops & infrastructure · Version Control Integrations. Refine with filters or upvote what's useful.

Awesome Version Control Integrations GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • atom/atomAvatar de atom

    atom/atom

    60,807Voir sur GitHub↗

    Atom is an extensible code IDE and hackable text editor designed for source code editing and the creation of custom development environments. It functions as a syntax highlighting editor and a version control integrated editor that tracks file changes and synchronizes code with remote repositories. The editor allows for the modification of its own core functionality and supports a package-based plugin system for creating custom themes and snippets. It also serves as a Markdown preview editor, providing side-by-side visual rendering for content authoring. The platform includes capabilities fo

    Surfaces version control information and manages file revisions directly within the editor interface.

    JavaScript
    Voir sur GitHub↗60,807
  • romkatv/powerlevel10kAvatar de romkatv

    romkatv/powerlevel10k

    54,468Voir sur GitHub↗

    Powerlevel10k is a high-performance shell prompt framework designed to provide a responsive and visually informative command-line interface. It functions as a terminal customization engine that allows users to define the appearance, color schemes, and information density of their prompt through a declarative configuration file. By decoupling prompt rendering from shell initialization, it eliminates startup latency and ensures that the command line remains responsive even under heavy system loads. The project distinguishes itself through advanced performance optimizations, including asynchrono

    Integrates real-time Git status indicators directly into the shell prompt with configurable symbols and display options.

    Shellzsh
    Voir sur GitHub↗54,468
  • lazyvim/lazyvimAvatar de LazyVim

    LazyVim/LazyVim

    26,643Voir sur GitHub↗

    LazyVim is a modular configuration framework and distribution for Neovim that transforms a base text editor into a comprehensive integrated development environment. It provides a structured system for managing, loading, and orchestrating editor extensions using Lua, designed to standardize professional development workflows through a curated collection of settings and plugins. The project distinguishes itself through a focus on performance and stability, utilizing deferred plugin initialization to minimize startup latency and resource consumption. Its architecture relies on a directory-based

    Surfaces version control operations like diffs and history directly within the editor interface.

    Luaneovimneovim-confneovim-config
    Voir sur GitHub↗26,643
  • oi-wiki/oi-wikiAvatar de OI-wiki

    OI-wiki/OI-wiki

    26,176Voir sur GitHub↗

    This project is a comprehensive, community-maintained knowledge base and toolkit designed for competitive programming. It serves as a centralized repository for algorithmic theory, data structures, and mathematical techniques, providing a structured reference for informatics and collegiate programming competitions. The project distinguishes itself by integrating educational content with a robust suite of automation utilities. It provides a complete workflow for competitive programming, including tools for automated test case generation, solution verification, and direct interaction with onlin

    Surfaces version control metadata directly within the development environment to track authorship and commit history.

    TypeScriptacm-icpcacm-icpc-handbookalgorithms
    Voir sur GitHub↗26,176
  • ogham/exaAvatar de ogham

    ogham/exa

    24,406Voir sur GitHub↗

    Exa is a command-line utility designed to replace traditional file listing commands in Unix-like environments. It functions as a terminal-based file explorer that displays directory contents alongside system metadata and file attributes. The tool distinguishes itself by integrating version control information directly into the directory listing, allowing users to view the status of files within a repository alongside standard system data. It utilizes terminal-based styling to provide color-coded output, which helps visually differentiate between file types and metadata. The utility supports

    Displays real-time version control status indicators directly within the file listing output.

    Rustcommand-linefilesls
    Voir sur GitHub↗24,406
  • denysdovhan/spaceship-promptAvatar de denysdovhan

    denysdovhan/spaceship-prompt

    20,515Voir sur GitHub↗

    Spaceship Prompt is a customizable Zsh prompt theme that serves as a development environment monitor, shell environment indicator, and system status monitor. It renders a visual interface for the terminal to display active programming language runtimes, package manager versions, and hardware battery levels. The project functions as a Git status indicator and infrastructure context display, tracking the state of version control repositories and showing active container versions and cluster contexts for cloud and local environments. The tool provides capabilities for shell context visualizatio

    Provides visual cues for Git repository status and current branch directly within the shell.

    Shell
    Voir sur GitHub↗20,515
  • sindresorhus/pureAvatar de sindresorhus

    sindresorhus/pure

    14,084Voir sur GitHub↗

    Pure is an asynchronous command line prompt for Zsh designed to maintain terminal responsiveness while providing real-time system and environment information. It functions as a minimal, themeable interface component that reconstructs its visual state by evaluating shell variables and environment context before every new line. The project distinguishes itself by offloading complex tasks, such as version control status checks and system monitoring, to background processes. This architecture ensures that the terminal interface remains fluid and responsive even when performing intensive status up

    Displays Git branch names and repository status directly within the shell prompt.

    Shellgitminimalprompt
    Voir sur GitHub↗14,084
  • bhilburn/powerlevel9kAvatar de bhilburn

    bhilburn/powerlevel9k

    13,429Voir sur GitHub↗

    Powerlevel10k is a customizable Zsh theme framework and command line prompt customizer designed to create a visual shell status dashboard. It provides a toolkit for defining the layout, colors, and segments of a terminal prompt to improve the command line user experience. The project distinguishes itself through a flexible configuration system for prompt appearance and layout, allowing users to organize information segments across multiple lines and visually merge adjacent blocks. It supports extensive visual customization, including the use of custom font codepoints for icons and state-based

    Surfaces git branch names and repository status changes within the terminal interface for faster navigation.

    Shell
    Voir sur GitHub↗13,429
  • canop/brootAvatar de Canop

    Canop/broot

    12,740Voir sur GitHub↗

    Broot is an interactive terminal file manager designed for navigating, searching, and manipulating complex file system hierarchies. It provides a visual tree-based interface that allows users to explore disk contents, manage file operations, and execute shell commands directly within the command line environment. The tool distinguishes itself through real-time fuzzy searching and recursive tree traversal, which filter directory structures as you type to maintain a clear, relevant view of the file system. It integrates version control status directly into the navigation view, displaying branch

    Integrates version control status into the navigation view to display branch and modification states.

    Rustbalanced-bfs-descentcommand-linecommand-line-tool
    Voir sur GitHub↗12,740
  • onivim/oniAvatar de onivim

    onivim/oni

    11,248Voir sur GitHub↗

    Oni is a modal code editor and integrated development environment that uses Neovim as its core editing engine. It combines the text manipulation and modal interaction model of Neovim with the capabilities of a full IDE, including a Language Server Protocol implementation for code intelligence, automatic completion, and error highlighting. The editor is distinguished by its integrated web rendering, allowing users to view documentation, browse the web, and render live previews of code and unit tests directly within the interface. It also utilizes TextMate grammars for syntax highlighting. The

    Integrates version control via specialized buffer layers for tracking changes, diffing, and merging.

    TypeScript
    Voir sur GitHub↗11,248
  • nvim-tree/nvim-tree.luaAvatar de nvim-tree

    nvim-tree/nvim-tree.lua

    8,559Voir sur GitHub↗

    This project is a Lua-based file explorer plugin for Neovim that provides a sidebar tree interface for navigating project directories. It functions as a file system node manipulator and a Git-integrated file manager, allowing users to interact with their project structure directly within the editor. The plugin distinguishes itself by integrating version control status into the visual tree, enabling users to track, stage, and unstage files through the explorer interface. It also features a public API that allows external scripts to trigger internal functions and subscribe to system events. Th

    Polls version control metadata to apply visual highlight groups based on the staged or unstaged status of files.

    Luafile-explorerluaneovim
    Voir sur GitHub↗8,559
  • 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

    Displays the current Git branch name and synchronization status directly within the PowerShell prompt.

    PowerShellchocolateygitpowershell
    Voir sur GitHub↗8,218
  • folke/snacks.nvimAvatar de folke

    folke/snacks.nvim

    7,747Voir sur GitHub↗

    snacks.nvim is a comprehensive collection of quality-of-life plugins and utilities designed to extend the core functionality of Neovim. It serves as a multi-purpose toolkit providing a UI framework, navigation enhancements, and integrations with external services. The project distinguishes itself by combining a wide array of specialized tools into a single suite, including a picker-based file explorer, a deep GitHub integration for managing issues and pull requests, and a set of development utilities for profiling Lua performance and inspecting code execution. Its broader capability surface

    Displays visual indicators for Git version control changes and diagnostics within the file tree.

    Lua
    Voir sur GitHub↗7,747
  • progit/progit2Avatar de progit

    progit/progit2

    6,522Voir sur GitHub↗

    Ce projet est une ressource éducative complète et un guide pour apprendre le système de contrôle de version Git. Il sert de source de documentation technique pour un manuel qui explique les fondamentaux, les workflows avancés et l'architecture interne de Git. Le projet est structuré comme un e-book multi-format, avec des fichiers sources conçus pour être compilés dans divers formats de publication numérique, incluant HTML, PDF, EPUB et Mobi. Il utilise un pipeline de build dédié pour générer et valider ces documents. Le contenu couvre un large éventail de capacités de contrôle de version, incluant la manipulation de l'historique, l'administration de dépôt et l'intégration système. Il fournit des instructions guidées sur la gestion des workflows—tels que le branching, le merging et le rebasing—et analyse la mécanique interne du système de fichiers adressable par contenu et le versioning basé sur des instantanés.

    Describes how to surface version control operations and information within text editors and development environments.

    CSS
    Voir sur GitHub↗6,522
  • b-ryan/powerline-shellAvatar de b-ryan

    b-ryan/powerline-shell

    6,287Voir sur GitHub↗

    Ce projet est une interface pilotée par configuration pour définir la mise en page, les couleurs et les segments dynamiques d'une invite de ligne de commande (prompt). Il sert de barre d'état visuelle qui affiche l'état du contrôle de version et le contexte de l'environnement directement au sein du shell. Le système suit l'état du contrôle de version en détectant les noms de branches et les états de fichiers pour divers systèmes de contrôle de version. Il affiche également les contextes d'environnement opérationnel, tels que les environnements virtuels actifs et les profils cloud. L'outil fournit des capacités pour la personnalisation de l'invite shell, incluant l'application de thèmes visuels, la troncature de chemin pour les arbres de répertoires profonds et l'injection de contenu dynamique à partir de commandes shell. Il peut également changer les couleurs de l'invite en fonction du code de succès ou d'échec de la commande précédemment exécutée.

    Provides real-time displays of the current branch, change counts, and file status indicators.

    Python
    Voir sur GitHub↗6,287
  • pk910/powfaucetAvatar de pk910

    pk910/PoWFaucet

    5,535Voir sur GitHub↗

    PoWFaucet est un outil de gestion de fonds et une passerelle de distribution blockchain conçus pour fonctionner comme un faucet crypto compatible EVM. Il automatise la distribution de devises natives et de jetons ERC20 tout en gérant la liquidité des hot wallets via des rechargements automatisés depuis des contrats de coffre-fort sécurisés. Le système se concentre sur la résistance aux attaques Sybil en intégrant plusieurs couches de vérification. Il utilise des exigences de preuve de travail (PoW), des défis captcha et une vérification d'identité via Gitcoin Passport, GitHub et les preuves à divulgation nulle de connaissance (ZKP) de Zupass pour déterminer l'éligibilité des utilisateurs et moduler les récompenses. La distribution est gérée par des contrôles de trafic incluant des plafonds de sortie globaux, une limitation des sessions simultanées et des restrictions sur les requêtes récurrentes. La plateforme fournit également des utilitaires pour la résolution de noms ENS et une interface frontend intégrable dans des sites web existants.

    Displays real-time notifications and warnings on the frontend sourced from internal events.

    TypeScriptethereumfaucetsybil-resistance
    Voir sur GitHub↗5,535
  • ufomiao/zcfAvatar de UfoMiao

    UfoMiao/zcf

    5,508Voir sur GitHub↗

    ZCF is a unified command-line environment manager that initializes, configures, and orchestrates multiple AI coding assistants within a single interface. It provides structured workflows for development, manages parallel Git worktrees, integrates Model Context Protocol (MCP) servers, and routes AI requests across multiple API providers to avoid vendor lock-in. The tool distinguishes itself by enabling parallel development streams through Git worktrees, allowing simultaneous work on multiple branches with natural language control. It supports task-based model routing that selects the most appr

    Shows current Git branch, change counts, sync status, proxy routing state, and workflow stage progress in a real-time status display.

    TypeScriptagentaiai-agent
    Voir sur GitHub↗5,508
  • nvim-neo-tree/neo-tree.nvimAvatar de nvim-neo-tree

    nvim-neo-tree/neo-tree.nvim

    5,247Voir sur GitHub↗

    Neo-tree is an extensible UI component for Neovim that functions as a file explorer, project resource manager, and git status browser. It provides a tree-based interface for navigating filesystems, managing open buffers, and organizing document symbols within a side panel. The project is designed as a customizable framework that allows for the integration of external data sources and the implementation of user-defined event handlers. It supports custom tree visuals and component rendering, enabling the display of metadata, custom icons, and third-party plugin data within the tree view. Capab

    Allows users to add, unstage, revert, or commit files directly from the tree-based status view.

    Luafile-explorerluaneovim
    Voir sur GitHub↗5,247
  • athityakumar/colorlsAvatar de athityakumar

    athityakumar/colorls

    5,123Voir sur GitHub↗

    colorls est un visualiseur de répertoire de terminal basé sur Ruby qui affiche le contenu du système de fichiers en utilisant des couleurs, des icônes Font Awesome et des indicateurs d'état Git. Il fonctionne comme une interface en ligne de commande pour rendre le contenu des répertoires et les hiérarchies de système de fichiers imbriquées dans des formats de liste et d'arbre. Le projet présente un moteur de thème personnalisable qui permet aux utilisateurs de remplacer les couleurs par défaut et les icônes unicode via des fichiers de configuration externes. Il s'intègre au contrôle de version pour ajouter l'état des fichiers et dossiers directement dans la liste du terminal. L'outil fournit des capacités de visualisation de hiérarchie de répertoire avec profondeur configurable et mappe les extensions de fichier à des icônes et couleurs spécifiques. Il prend en charge la surveillance des états de contrôle de version pour identifier les changements en attente lors de la navigation dans les répertoires.

    Displays visual cues and status indicators for Git repositories directly within the terminal file listing.

    Rubyclicoloreye-candy
    Voir sur GitHub↗5,123
  • ccostan/home-assistantconfigAvatar de CCOSTAN

    CCOSTAN/Home-AssistantConfig

    5,176Voir sur GitHub↗

    This repository is a collection of YAML automations and scripts for Home Assistant that coordinate devices and services into context‑aware home routines. Its design centers on combining multiple sensor inputs—motion, bed presence, garage door state—into a single occupancy signal that gates automations, reducing false triggers. The collection delivers actionable mobile notifications with script‑bound buttons for snoozing or escalating alerts, and integrates an external vision service to classify camera snapshots so package deliveries are detected and announced. What distinguishes this configur

    Displays a card on the dashboard showing which automations are running and their entity states.

    Pythonaialexaautomation
    Voir sur GitHub↗5,176
Préc.12Suivant
  1. Home
  2. DevOps & Infrastructure
  3. Version Control and Management
  4. Version Control Integrations

Explorer les sous-tags

  • Git Status Indicators1 sous-tagVisual cues for Git repository status within the shell.
  • Git Status ManagementInterfaces for performing Git operations such as staging, unstaging, and reverting files. **Distinct from Git Status Indicators:** Distinct from Git Status Indicators: provides active management capabilities rather than just visual cues.
  • Navigation IntegrationsTools that surface version control status and repository metadata within file navigation interfaces. **Distinct from Version Control Integrations:** Distinct from general version control integrations: focuses specifically on surfacing repository state within file browsing and navigation views.