awesome-repositories.com
Blog
MCP
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
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

14 dépôts

Awesome GitHub RepositoriesGit Versioning Managers

Tools that specialize in managing semantic versions and Git tags based on commit history.

Distinct from Git and Version Control Tools: Existing candidates are too broad (awesome lists) or too specific (data versioning).

Explore 14 awesome GitHub repositories matching development tools & productivity · Git Versioning Managers. Refine with filters or upvote what's useful.

Awesome Git Versioning Managers 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.
  • morvanzhou/tutorialsAvatar de MorvanZhou

    MorvanZhou/tutorials

    12,952Voir sur GitHub↗

    This repository is a comprehensive collection of instructional guides and practical examples for Python development, focusing on machine learning, data science, and web scraping. It provides implementations for neural networks, reinforcement learning algorithms, and deep learning architectures using PyTorch, alongside detailed manuals for scientific computing and data visualization. The project distinguishes itself by offering specialized tutorials on concurrent programming to optimize CPU performance and guides for setting up Linux development environments. It covers the implementation of ad

    Provides practical guides on using Git to manage code versions and project history.

    Pythonmachine-learningmultiprocessingneural-network
    Voir sur GitHub↗12,952
  • release-it/release-itAvatar de release-it

    release-it/release-it

    8,975Voir sur GitHub↗

    release-it is a Git release automation tool designed to coordinate software versioning, changelog generation, and package publishing. It functions as a semantic versioning manager that increments project versions and updates configuration files based on semantic standards or custom schemes. The project distinguishes itself through a plugin-based extension system that allows for custom versioning and publishing logic. It supports complex project structures via monorepo versioning automation to synchronize internal dependencies across multiple workspaces. The tool covers a broad range of capab

    Manages semantic versioning and Git tags by analyzing commit history to determine the next version number.

    JavaScriptautomationbumpchangelog
    Voir sur GitHub↗8,975
  • webpro/release-itAvatar de webpro

    webpro/release-it

    8,977Voir sur GitHub↗

    release-it is an automated software release tool used for version bumping, Git tagging, and publishing software packages to registries. It functions as a Git versioning manager and changelog generator, facilitating the transition from code changes to official releases. The tool provides a non-interactive mode for executing release pipelines within continuous integration environments, as well as an interactive command-line workflow for manual configuration. It utilizes a plugin architecture to allow for custom versioning schemes and changelog generators. The system handles semantic versioning

    Handles semantic versioning and Git tags based on commit history or manual user input.

    JavaScript
    Voir sur GitHub↗8,977
  • conventional-changelog/conventional-changelogAvatar de conventional-changelog

    conventional-changelog/conventional-changelog

    8,460Voir sur GitHub↗

    Conventional Changelog is a set of tools for automatically generating formatted release notes by parsing Git commit messages that follow a structured specification. It includes a commit message parser to transform raw strings into structured data, a changelog generator for producing release notes, and a commit linter to ensure messages adhere to specific conventions before they are merged. The project provides a system for semantic versioning automation, analyzing commit history to recommend the next version bump based on the types of changes recorded. It supports extensibility through config

    Extracts semantic versions from Git tags to automate versioning during the build process.

    TypeScript
    Voir sur GitHub↗8,460
  • conventional-changelog/standard-versionAvatar de conventional-changelog

    conventional-changelog/standard-version

    7,971Voir sur GitHub↗

    Standard-version is a semantic versioning release automation tool and Git versioning manager. It calculates the next semantic version by parsing commit messages that follow the Conventional Commits specification and automates the process of updating project files and creating signed Git tags. The tool distinguishes itself by generating formatted changelogs automatically from commit history and providing a release process simulation to preview version bumps without modifying files or Git history. It supports pre-release version management for experimental builds and allows for manual version o

    Manages semantic versions and Git tags automatically based on analyzed commit history.

    JavaScriptchangelogcligit
    Voir sur GitHub↗7,971
  • jenv/jenvAvatar de jenv

    jenv/jenv

    6,621Voir sur GitHub↗

    Manage your Java environment

    Configures Git to use symbolic links instead of full copies when managing Java version aliases on Windows.

    Shell
    Voir sur GitHub↗6,621
  • sebastianbergmann/versionAvatar de sebastianbergmann

    sebastianbergmann/version

    6,581Voir sur GitHub↗

    This is a PHP versioning library and Git version manager used to calculate project version strings. It functions as a semantic versioning tool that manages and retrieves the current version number of a PHP project. The library generates version identifiers by combining base release numbers with Git version control metadata. This process enables the automation of software releases by distinguishing stable production releases from development snapshots. The tool covers project versioning and dependency management for PHP packages, utilizing Git-based versioning to track the state of a project.

    Manages semantic versions and project state by analyzing Git commit history.

    PHP
    Voir sur GitHub↗6,581
  • alrra/browser-logosAvatar de alrra

    alrra/browser-logos

    6,038Voir sur GitHub↗

    🗂 High resolution web browser logos

    Manages logo updates and historical versions through Git commits and branching.

    browser-logosbrowsersicons
    Voir sur GitHub↗6,038
  • rfyiamcool/share_pptAvatar de rfyiamcool

    rfyiamcool/share_ppt

    5,742Voir sur GitHub↗

    This project is a curated collection of technical slide decks focused on high-performance architecture, middleware, cloud-native technologies, and Golang development. The slides are stored as Markdown files in a Git repository, which provides version history and straightforward hosting, and are converted into HTML for direct viewing in a web browser without requiring any downloads. The repository covers a range of advanced technical topics, including distributed consensus algorithms like Raft, network programming models such as epoll and io_uring, and the internals of systems like Apache Puls

    Stores slide decks in a Git repository for version history and collaboration.

    etcdgolangkafka
    Voir sur GitHub↗5,742
  • npryce/adr-toolsAvatar de npryce

    npryce/adr-tools

    5,518Voir sur GitHub↗

    adr-tools est un utilitaire en ligne de commande pour automatiser la création, l'indexation et la gestion des enregistrements de décisions architecturales (ADR). Il génère et maintient un journal des choix techniques en utilisant une série de fichiers markdown contrôlés par version. L'outil facilite la gouvernance de l'architecture logicielle en suivant l'évolution des décisions via le versionnage basé sur git et le marquage de jalons. Il permet l'initialisation des journaux de décision et la gestion de la dette technique en marquant les décisions précédentes comme remplacées ou obsolètes. Le système utilise la génération de fichiers pilotée par modèle pour créer des enregistrements standardisés et emploie une convention de nommage séquentielle pour l'indexation du système de fichiers. Il suit l'état des décisions via des mises à jour d'en-tête et exploite les commits git pour maintenir un historique auditable des changements architecturaux.

    Uses git commits and tags to maintain a permanent, auditable history of architectural changes.

    Shellarchitecturearchitecture-decision-recordsdocumentation
    Voir sur GitHub↗5,518
  • xcodesorg/xcodesAvatar de XcodesOrg

    XcodesOrg/xcodes

    4,694Voir sur GitHub↗

    xcodes est un utilitaire en ligne de commande pour l'administration de toolchains macOS, spécifiquement conçu pour l'installation et la gestion de plusieurs versions de Xcode. Il automatise le processus de découverte des versions disponibles, le téléchargement de versions spécifiques de l'environnement de développement et la configuration des runtimes d'appareils associés. L'outil gère les cycles de vie des logiciels en permettant aux utilisateurs de basculer entre les versions actives via des mises à jour de liens symboliques et de gérer les installations locales en identifiant et en supprimant des versions spécifiques. Il gère l'accès sécurisé aux serveurs de téléchargement en stockant et en effaçant les identifiants Apple ID dans le trousseau système. L'utilitaire inclut des capacités de filtrage des logiciels disponibles par architecture de processeur et la génération de scripts de complétion shell pour accélérer l'interaction en ligne de commande.

    Fetches available Xcode versions and download metadata via remote HTTP API requests.

    Swifthacktoberfestmacosswift
    Voir sur GitHub↗4,694
  • cpm-cmake/cpm.cmakeAvatar de cpm-cmake

    cpm-cmake/CPM.cmake

    3,910Voir sur GitHub↗

    CPM.cmake is a dependency manager and package resolver for C and C++ projects that integrates directly into the CMake build system. It automates the process of fetching, configuring, and managing external libraries by resolving dependencies through system-wide package managers or by downloading source code from remote repositories. The system ensures reproducible builds by locking transitive dependency versions and verifying the authenticity of downloaded source archives using cryptographic hash checksums. It allows for development flexibility through local filesystem overrides, which redirec

    Resolves specific library versions by fetching tags or commit hashes directly from remote Git repositories.

    CMakebuildscc-plus-plus
    Voir sur GitHub↗3,910
  • commitizen-tools/commitizenAvatar de commitizen-tools

    commitizen-tools/commitizen

    3,460Voir sur GitHub↗

    Commitizen is a command-line tool and software release utility that automates version calculation, conventional commit enforcement, and changelog generation from git history. The system parses commit messages against conventional specification rules, calculates version increments based on recent commits, and synchronizes version numbers across package manifest files and project metadata without storing state. The application provides interactive prompts to build structured commit messages and includes git hook integration to validate local commit operations before completion. It compiles comm

    Extracts version numbers dynamically from Git tags without modifying tracked project files.

    Pythonbump-versionchangelog-generatorcommitizen
    Voir sur GitHub↗3,460
  • michael/editable-websiteAvatar de michael

    michael/editable-website

    1,729Voir sur GitHub↗

    Editable Website is a content management system built with Svelte that enables direct inline editing of static web pages without needing a database. It functions as a Git-backed web content editor and a component-based static site builder, storing all website text, configuration, and files in local Git repositories to ensure full data ownership and local version control. The platform supports in-browser content management, allowing users to modify text, format styles, and compose structured page layouts using interactive blocks, drag-and-drop interactions, and keyboard shortcuts. Additional

    Stores all site contents and configuration inside local version-controlled files to keep data fully owned and portable.

    Sveltejavascriptrichtexteditorsqlite
    Voir sur GitHub↗1,729
  1. Home
  2. Development Tools & Productivity
  3. Git Versioning Managers

Explorer les sous-tags

  • Remote Version Resolution1 sous-tagResolving dependency versions by fetching specific tags or commit hashes from remote Git repositories. **Distinct from Git Versioning Managers:** Focuses on the act of resolving and fetching specific remote versions rather than general versioning management.
  • Windows Symlink ConfigurationsConfigures Git to use symbolic links instead of full copies when managing Java version aliases on Windows. **Distinct from Git Versioning Managers:** Distinct from Git Versioning Managers: focuses on Windows-specific symlink configuration for version management, not general version tagging.