awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

14 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • morvanzhou/tutorialsAvatar MorvanZhou

    MorvanZhou/tutorials

    12,952Vezi pe 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
    Vezi pe GitHub↗12,952
  • release-it/release-itAvatar release-it

    release-it/release-it

    8,975Vezi pe 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
    Vezi pe GitHub↗8,975
  • webpro/release-itAvatar webpro

    webpro/release-it

    8,977Vezi pe 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
    Vezi pe GitHub↗8,977
  • conventional-changelog/conventional-changelogAvatar conventional-changelog

    conventional-changelog/conventional-changelog

    8,460Vezi pe 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
    Vezi pe GitHub↗8,460
  • conventional-changelog/standard-versionAvatar conventional-changelog

    conventional-changelog/standard-version

    7,971Vezi pe 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
    Vezi pe GitHub↗7,971
  • jenv/jenvAvatar jenv

    jenv/jenv

    6,621Vezi pe GitHub↗

    Manage your Java environment

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

    Shell
    Vezi pe GitHub↗6,621
  • sebastianbergmann/versionAvatar sebastianbergmann

    sebastianbergmann/version

    6,581Vezi pe 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
    Vezi pe GitHub↗6,581
  • alrra/browser-logosAvatar alrra

    alrra/browser-logos

    6,038Vezi pe GitHub↗

    🗂 High resolution web browser logos

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

    browser-logosbrowsersicons
    Vezi pe GitHub↗6,038
  • rfyiamcool/share_pptAvatar rfyiamcool

    rfyiamcool/share_ppt

    5,742Vezi pe 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
    Vezi pe GitHub↗5,742
  • npryce/adr-toolsAvatar npryce

    npryce/adr-tools

    5,518Vezi pe GitHub↗

    adr-tools este un utilitar în linie de comandă pentru automatizarea creării, indexării și gestionării înregistrărilor deciziilor de arhitectură (Architecture Decision Records). Acesta generează și menține un jurnal al alegerilor tehnice folosind o serie de fișiere markdown controlate prin versiuni. Instrumentul facilitează guvernanța arhitecturii software prin urmărirea evoluției deciziilor prin versionare bazată pe git și etichetarea milestone-urilor. Permite inițializarea jurnalelor de decizii și gestionarea datoriei tehnice prin marcarea deciziilor anterioare ca fiind înlocuite sau învechite. Sistemul utilizează generarea de fișiere bazată pe template-uri pentru a crea înregistrări standardizate și folosește o convenție de denumire secvențială pentru indexarea sistemului de fișiere. Urmărește starea deciziilor prin actualizări de header și utilizează commit-uri git pentru a menține un istoric audibil al schimbărilor arhitecturale.

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

    Shellarchitecturearchitecture-decision-recordsdocumentation
    Vezi pe GitHub↗5,518
  • xcodesorg/xcodesAvatar XcodesOrg

    XcodesOrg/xcodes

    4,694Vezi pe GitHub↗

    xcodes este un utilitar de linie de comandă pentru administrarea toolchain-ului macOS, conceput special pentru instalarea și gestionarea mai multor versiuni de Xcode. Acesta automatizează procesul de descoperire a versiunilor disponibile, descărcarea versiunilor specifice ale mediului de dezvoltare și configurarea runtime-urilor pentru dispozitive asociate. Instrumentul gestionează ciclurile de viață ale software-ului permițând utilizatorilor să comute între versiunile active prin actualizarea link-urilor simbolice și să gestioneze instalările locale prin identificarea și eliminarea versiunilor specifice. Acesta gestionează accesul securizat la serverele de descărcare prin stocarea și ștergerea credențialelor Apple ID în keychain-ul sistemului. Utilitarul include capabilități de filtrare a software-ului disponibil după arhitectura procesorului și generarea de scripturi de completare pentru shell, pentru a accelera interacțiunea în linia de comandă.

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

    Swifthacktoberfestmacosswift
    Vezi pe GitHub↗4,694
  • cpm-cmake/cpm.cmakeAvatar cpm-cmake

    cpm-cmake/CPM.cmake

    3,910Vezi pe 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
    Vezi pe GitHub↗3,910
  • commitizen-tools/commitizenAvatar commitizen-tools

    commitizen-tools/commitizen

    3,460Vezi pe 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
    Vezi pe GitHub↗3,460
  • michael/editable-websiteAvatar michael

    michael/editable-website

    1,729Vezi pe 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
    Vezi pe GitHub↗1,729
  1. Home
  2. Development Tools & Productivity
  3. Git Versioning Managers

Explorează sub-etichetele

  • Remote Version Resolution1 sub-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.