awesome-repositories.com
Blog
MCP
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
·
Back to colinlienard/gitlight

Open-source alternatives to Gitlight

30 open-source projects similar to colinlienard/gitlight, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Gitlight alternative.

  • jesseduffield/lazygitAvatar de jesseduffield

    jesseduffield/lazygit

    79,339Ver en GitHub↗

    Lazygit is a terminal-based user interface designed to simplify version control operations through a keyboard-driven workflow. It functions as a visual abstraction layer that bridges native commands with an interactive environment, allowing users to manage repository history, branches, and commit workflows without relying solely on manual command-line input. The tool distinguishes itself by automating complex version control tasks that typically require multiple manual steps. It provides specialized interfaces for interactive rebasing, commit history amendment, and binary search-based regress

    Gocligitterminal
    Ver en GitHub↗79,339
  • tj/git-extrasAvatar de tj

    tj/git-extras

    18,076Ver en 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
    Ver en GitHub↗18,076
  • shikkic/gitbarAvatar de Shikkic

    Shikkic/gitbar

    361Ver en GitHub↗

    :octocat: Open source github contribution stats on your Mac OS X Menu Bar

    JavaScriptbitbar
    Ver en GitHub↗361
  • nosarthur/gitaAvatar de nosarthur

    nosarthur/gita

    1,882Ver en GitHub↗

    Manage many git repos with sanity 从容管理多个git库

    Pythonclicommand-linecommand-line-tool
    Ver en GitHub↗1,882

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Find more with AI search
  • desktop/desktopAvatar de desktop

    desktop/desktop

    21,587Ver en GitHub↗

    This project is a graphical desktop client for managing version control repositories. It provides a visual interface that translates complex command-line operations into intuitive workflows for tracking local code changes and synchronizing them with remote servers. The application distinguishes itself through integrated credential management and network configuration tools. It utilizes secure authentication flows to handle remote service logins and includes a network layer that automatically detects and applies system-wide proxy settings. These capabilities ensure that version control operati

    TypeScriptelectrongitgithub
    Ver en GitHub↗21,587
  • git-up/gitupAvatar de git-up

    git-up/GitUp

    12,015Ver en GitHub↗

    GitUp is a graphical user interface client and version control tool for managing Git repositories. It provides a visual environment for browsing repository content, editing history, and performing version control operations. The application features an interactive commit graph visualizer for navigating branching and merging history. It includes a dedicated history editor that allows for the visual manipulation of the project timeline, including the ability to reorder, split, and roll back commits. The tool covers diff analysis through side-by-side file comparisons and high-speed content sear

    Objective-C
    Ver en GitHub↗12,015
  • github/hubAvatar de github

    github/hub

    22,955Ver en GitHub↗

    Hub is a git command line tool and GitHub API client that provides a shell interface for automating workflows. It functions as a GitHub git wrapper, extending standard git commands to include direct management of repositories, issues, and pull requests. The tool integrates REST API communication with a wrapper-based execution model to perform administrative tasks without a web browser. It utilizes OAuth-based authentication and a local configuration store to secure API requests. The utility includes shell command completion and argument parsing to improve terminal productivity. It also suppo

    Go
    Ver en GitHub↗22,955
  • rowanj/gitxAvatar de rowanj

    rowanj/gitx

    2,134Ver en GitHub↗

    Fork of Pieter's nice git GUI for OS X. Includes branch/tag sidebar and various fixes. Current development focus is on removing legacy git command line usage in favour of libgit2 and objective-git.

    Objective-C
    Ver en GitHub↗2,134
  • unixorn/git-extra-commandsAvatar de unixorn

    unixorn/git-extra-commands

    1,163Ver en GitHub↗

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

    Shellantigenbashcollection
    Ver en GitHub↗1,163
  • abhijithvijayan/import-github-labels-cliAvatar de abhijithvijayan

    abhijithvijayan/import-github-labels-cli

    20Ver en GitHub↗

    CLI to sync labels between repositories on GitHub

    TypeScriptclicli-appgithub
    Ver en GitHub↗20
  • agis-/git-style-guideAvatar de agis-

    agis-/git-style-guide

    5,114Ver en GitHub↗

    This project is a version control style guide and contribution standard. It provides formal specifications for maintaining consistency in commit messaging, branch naming, and general development workflows within Git. The guide focuses on organizing project history through atomic commit structuring and specific rebasing strategies to ensure a clean, linear timeline. It establishes standardized conventions for naming branches with ticket identifiers and formatting commit messages to explain the reasoning behind changes. The framework also covers the coordination of team contributions through m

    Ver en GitHub↗5,114
  • afiqiqmal/sharedchamberAvatar de afiqiqmal

    afiqiqmal/SharedChamber

    97Ver en GitHub↗

    Android Secure SharedPreferences Using Facebook Conceal Encryption

    Java
    Ver en GitHub↗97
  • ahqsoftwares/tauri-ahq-storeAvatar de ahqsoftwares

    ahqsoftwares/tauri-ahq-store

    140Ver en GitHub↗

    We're migrating to https://github.com/ahqstore/client

    Rust
    Ver en GitHub↗140
  • aidenmagrath/windows-auto-unzipperA

    aidenmagrath/Windows-Auto-Unzipper

    0Ver en GitHub↗
    Ver en GitHub↗0
  • aaronpearce/devswitchA

    aaronpearce/DevSwitch

    0Ver en GitHub↗
    Ver en GitHub↗0
  • 8144225309/superscalar-mcpAvatar de 8144225309

    8144225309/superscalar-mcp

    0Ver en GitHub↗

    MCP server for SuperScalar — Bitcoin Lightning channel factories. Query protocol specs, estimate UTXO savings, and explore factory architectures.

    JavaScript
    Ver en GitHub↗0
  • adamreeve/semver.netA

    adamreeve/semver.net

    0Ver en GitHub↗
    Ver en GitHub↗0
  • alibaba/p3cAvatar de alibaba

    alibaba/p3c

    30,827Ver en GitHub↗

    p3c is a Java static analysis tool and code quality linter designed to enforce professional coding guidelines and quality standards. It utilizes a set of custom rules based on the PMD engine to scan source code for style violations, performance bottlenecks, and potential bugs. The project is distributed as an IDE linting plugin that provides real-time feedback and warnings during development. It also includes functionality for pre-commit code quality gates, allowing modified files to be scanned and blocked if they violate defined rules before being committed to version control. The analysis

    Kotlin
    Ver en GitHub↗30,827
  • alexk111/hd-wallet-scannerAvatar de alexk111

    alexk111/HD-Wallet-Scanner

    35Ver en GitHub↗

    HD Wallet Scanner Find all used addresses in your Bitcoin HD Wallets bypassing gap limits

    JavaScript
    Ver en GitHub↗35
  • activities/contributing-to-open-sourceA

    activities/contributing-to-open-source

    0Ver en GitHub↗
    Ver en GitHub↗0
  • alichtman/shallow-backupAvatar de alichtman

    alichtman/shallow-backup

    1,328Ver en GitHub↗

    Git-integrated backup tool for macOS and Linux devs.

    Pythonbackupbackup-scriptbackup-utility
    Ver en GitHub↗1,328
  • alirezanet/husky.netAvatar de alirezanet

    alirezanet/Husky.Net

    846Ver en GitHub↗

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

    C#code-formatdev-dependenciesdeveloper-experience
    Ver en GitHub↗846
  • allegiance-consulting/blazor-highchartsAvatar de Allegiance-Consulting

    Allegiance-Consulting/blazor-highcharts

    32Ver en GitHub↗

    Blazor Wrapper for Highcharts library

    C#
    Ver en GitHub↗32
  • almoullim/vue-tabeventsAvatar de Almoullim

    Almoullim/vue-tabevents

    33Ver en GitHub↗

    Event-Based communication across opened tabs for Vue 2.x

    JavaScripteventsjavascriptvue-plugin
    Ver en GitHub↗33
  • alwindoss/morseAvatar de alwindoss

    alwindoss/morse

    87Ver en GitHub↗

    Morse Code Library in Go

    Go
    Ver en GitHub↗87
  • alyalin/praccjsAvatar de alyalin

    alyalin/PraccJS

    130Ver en GitHub↗

    Practice JavaScript with real-time code execution

    Rust
    Ver en GitHub↗130
  • alziqziq/vue-paginate-alAvatar de alziqziq

    alziqziq/vue-paginate-al

    48Ver en GitHub↗

    Vue paginate with return your data

    Vuepaginatepaginationvue
    Ver en GitHub↗48
  • amtrack/force-dev-toolAvatar de amtrack

    amtrack/force-dev-tool

    109Ver en GitHub↗

    `console $ npm install --global force-dev-tool `

    JavaScript
    Ver en GitHub↗109
  • anderscheow/validatorAvatar de anderscheow

    anderscheow/Validator

    129Ver en GitHub↗

    A tool to validate text inside TextInputLayout

    Kotlin
    Ver en GitHub↗129
  • a7t-ai/poirotAvatar de a7t-ai

    a7t-ai/poirot

    187Ver en GitHub↗

    A native macOS companion for Claude Code that lets you browse sessions, explore diffs, and re-run commands.

    Swiftaiclaudeclaude-code
    Ver en GitHub↗187