awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

30 repositorios

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • atom/atomAvatar de atom

    atom/atom

    60,807Ver en 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
    Ver en GitHub↗60,807
  • romkatv/powerlevel10kAvatar de romkatv

    romkatv/powerlevel10k

    54,468Ver en 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
    Ver en GitHub↗54,468
  • lazyvim/lazyvimAvatar de LazyVim

    LazyVim/LazyVim

    26,643Ver en 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
    Ver en GitHub↗26,643
  • oi-wiki/oi-wikiAvatar de OI-wiki

    OI-wiki/OI-wiki

    26,176Ver en 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
    Ver en GitHub↗26,176
  • ogham/exaAvatar de ogham

    ogham/exa

    24,406Ver en 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
    Ver en GitHub↗24,406
  • denysdovhan/spaceship-promptAvatar de denysdovhan

    denysdovhan/spaceship-prompt

    20,515Ver en 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
    Ver en GitHub↗20,515
  • sindresorhus/pureAvatar de sindresorhus

    sindresorhus/pure

    14,084Ver en 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
    Ver en GitHub↗14,084
  • bhilburn/powerlevel9kAvatar de bhilburn

    bhilburn/powerlevel9k

    13,429Ver en 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
    Ver en GitHub↗13,429
  • canop/brootAvatar de Canop

    Canop/broot

    12,740Ver en 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
    Ver en GitHub↗12,740
  • onivim/oniAvatar de onivim

    onivim/oni

    11,248Ver en 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
    Ver en GitHub↗11,248
  • nvim-tree/nvim-tree.luaAvatar de nvim-tree

    nvim-tree/nvim-tree.lua

    8,559Ver en 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
    Ver en GitHub↗8,559
  • dahlbyk/posh-gitAvatar de dahlbyk

    dahlbyk/posh-git

    8,218Ver en 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
    Ver en GitHub↗8,218
  • folke/snacks.nvimAvatar de folke

    folke/snacks.nvim

    7,747Ver en 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
    Ver en GitHub↗7,747
  • progit/progit2Avatar de progit

    progit/progit2

    6,522Ver en GitHub↗

    Este proyecto es un recurso educativo integral y guía para aprender el sistema de control de versiones Git. Sirve como fuente de documentación técnica para un libro de texto que explica los fundamentos, flujos de trabajo avanzados y arquitectura interna de Git. El proyecto está estructurado como un libro electrónico multiformato, con archivos fuente diseñados para ser compilados en varios formatos de publicación digital, incluyendo HTML, PDF, EPUB y Mobi. Utiliza un pipeline de construcción dedicado para generar y validar estos documentos. El contenido cubre una amplia gama de capacidades de control de versiones, incluyendo manipulación de historial, administración de repositorios e integración de sistemas. Proporciona instrucciones guiadas sobre la gestión de flujos de trabajo—como branching, merging y rebasing—y analiza la mecánica interna del sistema de archivos direccionable por contenido y el versionado basado en snapshots.

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

    CSS
    Ver en GitHub↗6,522
  • b-ryan/powerline-shellAvatar de b-ryan

    b-ryan/powerline-shell

    6,287Ver en GitHub↗

    Este proyecto es una interfaz basada en configuración para definir el diseño, los colores y los segmentos dinámicos de un prompt de línea de comandos. Sirve como una barra de estado visual que muestra el estado del control de versiones y el contexto del entorno directamente dentro del shell. El sistema rastrea el estado del control de versiones detectando nombres de ramas y estados de archivos para varios sistemas de control de versiones. También muestra contextos de entorno operativo, como entornos virtuales activos y perfiles de nube. La herramienta proporciona capacidades para la personalización del prompt del shell, incluyendo la aplicación de temas visuales, truncamiento de rutas para árboles de directorios profundos y la inyección de contenido dinámico desde comandos del shell. También puede cambiar los colores del prompt según el código de éxito o error del comando ejecutado anteriormente.

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

    Python
    Ver en GitHub↗6,287
  • pk910/powfaucetAvatar de pk910

    pk910/PoWFaucet

    5,535Ver en GitHub↗

    PoWFaucet es una herramienta de gestión de fondos y pasarela de distribución para blockchain, diseñada para operar como un faucet de criptomonedas compatible con EVM. Automatiza la entrega de monedas nativas de la red y tokens ERC20 a los usuarios, mientras gestiona la liquidez de la hot wallet mediante recargas automáticas desde contratos de bóveda seguros. El sistema se enfoca en la resistencia contra ataques Sybil integrando múltiples capas de verificación. Emplea requisitos de prueba de trabajo (PoW), desafíos de captcha y verificación de identidad mediante Gitcoin Passport, GitHub y pruebas de conocimiento cero (ZKP) de Zupass para determinar la elegibilidad del usuario y modular las cantidades de recompensa. La distribución se gestiona mediante controles de tráfico que incluyen límites globales de salida, limitación de sesiones concurrentes y restricciones de solicitudes recurrentes. La plataforma también proporciona utilidades para la resolución de nombres ENS y una interfaz frontend que puede integrarse en sitios web existentes.

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

    TypeScriptethereumfaucetsybil-resistance
    Ver en GitHub↗5,535
  • ufomiao/zcfAvatar de UfoMiao

    UfoMiao/zcf

    5,508Ver en 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
    Ver en GitHub↗5,508
  • nvim-neo-tree/neo-tree.nvimAvatar de nvim-neo-tree

    nvim-neo-tree/neo-tree.nvim

    5,247Ver en 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
    Ver en GitHub↗5,247
  • athityakumar/colorlsAvatar de athityakumar

    athityakumar/colorls

    5,123Ver en GitHub↗

    colorls es un visualizador de directorios de terminal basado en Ruby que muestra el contenido del sistema de archivos usando colores, iconos de Font Awesome e indicadores de estado de Git. Funciona como una interfaz de línea de comandos para renderizar el contenido de directorios y jerarquías de sistemas de archivos anidados tanto en formatos de lista como de árbol. El proyecto cuenta con un motor de temas personalizable que permite a los usuarios anular los colores predeterminados e iconos unicode mediante archivos de configuración externos. Se integra con el control de versiones para añadir el estado de archivos y carpetas directamente dentro del listado de la terminal. La herramienta proporciona capacidades para la visualización de jerarquías de directorios con profundidad configurable y mapea extensiones de archivo a iconos y colores específicos. Soporta el monitoreo de estados de control de versiones para identificar cambios pendientes durante la navegación por directorios.

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

    Rubyclicoloreye-candy
    Ver en GitHub↗5,123
  • ccostan/home-assistantconfigAvatar de CCOSTAN

    CCOSTAN/Home-AssistantConfig

    5,176Ver en 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
    Ver en GitHub↗5,176
Ant.12Siguiente
  1. Home
  2. DevOps & Infrastructure
  3. Version Control and Management
  4. Version Control Integrations

Explorar subetiquetas

  • Git Status Indicators1 sub-etiquetaVisual 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.