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
·
agis- avatar

agis-/git-style-guide

0
View on GitHub↗
5,114 estrellas·411 forks·CC-BY-4.0·5 vistas

Git Style Guide

Este proyecto es una guía de estilo de control de versiones y estándar de contribución. Proporciona especificaciones formales para mantener la consistencia en los mensajes de commit, nombres de ramas y flujos de trabajo de desarrollo general dentro de Git.

La guía se centra en organizar el historial del proyecto mediante la estructuración de commits atómicos y estrategias de rebase específicas para asegurar una línea de tiempo limpia y lineal. Establece convenciones estandarizadas para nombrar ramas con identificadores de tickets y formatear mensajes de commit para explicar el razonamiento detrás de los cambios.

El framework también cubre la coordinación de contribuciones de equipo mediante la gestión del historial de merge y el versionado de lanzamientos de software utilizando etiquetas anotadas y ligeras.

Features

  • Git Version Control Standards - Provides a comprehensive standard for maintaining professional and maintainable version control history and contribution habits.
  • Atomic Commit Strategies - Provides formal strategies for grouping focused changes into single commits to simplify project history and peer review.
  • Branching Strategies - Provides a strategy for organizing feature branches with standardized naming to support independent development and team coordination.
  • Branch Naming Conventions - Establishes standardized patterns for naming branches using ticket identifiers and descriptive lowercase strings.
  • Git Workflows - Specifies a Git-based development lifecycle focusing on atomic commits and rebasing to ensure a linear project timeline.
  • Git Collaboration Workflows - Defines version control practices and curated conventions for branching, messaging, and merging to ensure team consistency.
  • Commit History Management - Provides controls and strategies for rebasing and squashing commits to maintain a clean, linear project timeline.
  • Commit Message Standards - Defines professional guidelines and best practices for writing informative commit messages that explain the reasoning behind changes.
  • Release Tagging - Specifies the use of annotated and lightweight tags to mark official releases and personal version bookmarks.
  • Software Release Versioning - Defines the process of using Git tags for software release versioning and tracking milestones within a codebase.
  • Developer Tooling & Utilities - Best practices and conventions for using Git.
  • Git Tutorials and Guides - Best practices and conventions for maintaining clean Git history.
  • Infrastructure and Tooling Guides - Best practices for Git workflow and usage.
  • Control de versiones - Standardized Git workflow and style guide.
  • Version Control Guides - Style guide for Git commits and repository management.

Historial de estrellas

Gráfico del historial de estrellas de agis-/git-style-guideGráfico del historial de estrellas de agis-/git-style-guide

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.

Start searching with AI

Alternativas open-source a Git Style Guide

Proyectos open-source similares, clasificados según cuántas características comparten con Git Style Guide.
  • xirong/my-gitAvatar de xirong

    xirong/my-git

    7,396Ver en GitHub↗

    my-git is a comprehensive framework and reference guide for Git version control administration, repository governance, and software release management. It provides a structured approach to managing the software development lifecycle, from initial feature branching to final production deployment. The project distinguishes itself through a specialized AI-assisted development framework. This includes workflows for managing AI-generated code via automated diff reviews, intent-based commit splitting, and governance models for multi-agent coordination and session isolation using worktrees. The cod

    Python
    Ver en GitHub↗7,396
  • geeeeeeeeek/git-recipesAvatar de geeeeeeeeek

    geeeeeeeeek/git-recipes

    14,752Ver en GitHub↗

    This project is an educational resource providing a detailed command reference, tutorial collections, and structured guides for mastering version control. It serves as a set of Chinese language tutorials based on international community best practices, designed to help users learn both the core concepts and practical applications of Git. The resource focuses on specific workflow guides for managing feature development, release cycles, and collaborative forking strategies. It pairs theoretical version control concepts with practical command-line examples to demonstrate real-world application.

    Ver en GitHub↗14,752
  • progit/progit2Avatar de progit

    progit/progit2

    6,522Ver en GitHub↗

    This project is a comprehensive educational resource and guide for learning the Git version control system. It serves as a technical documentation source for a textbook that explains the fundamentals, advanced workflows, and internal architecture of Git. The project is structured as a multi-format e-book, with source files designed to be compiled into various digital publication formats, including HTML, PDF, EPUB, and Mobi. It utilizes a dedicated build pipeline to generate and validate these documents. The content covers a broad range of version control capabilities, including history manip

    CSS
    Ver en GitHub↗6,522
  • agis/git-style-guideAvatar de agis

    agis/git-style-guide

    5,114Ver en GitHub↗

    This project is a version control style guide providing standardized rules for commit messages, branch naming, and history management. It serves as a comprehensive framework for maintaining a consistent and readable project history through a set of defined guidelines and workflow documentation. The guide emphasizes a linear history branching model, utilizing rebasing and squashing techniques to maintain a straight timeline of commits. It specifies a structured commit layout using imperative language and a kebab-case naming convention for branches to ensure organizational clarity across teams.

    gitstylestyle-guide
    Ver en GitHub↗5,114
Ver las 30 alternativas a Git Style Guide→

Preguntas frecuentes

¿Qué hace agis-/git-style-guide?

Este proyecto es una guía de estilo de control de versiones y estándar de contribución. Proporciona especificaciones formales para mantener la consistencia en los mensajes de commit, nombres de ramas y flujos de trabajo de desarrollo general dentro de Git.

¿Cuáles son las características principales de agis-/git-style-guide?

Las características principales de agis-/git-style-guide son: Git Version Control Standards, Atomic Commit Strategies, Branching Strategies, Branch Naming Conventions, Git Workflows, Git Collaboration Workflows, Commit History Management, Commit Message Standards.

¿Qué alternativas de código abierto existen para agis-/git-style-guide?

Las alternativas de código abierto para agis-/git-style-guide incluyen: xirong/my-git — my-git is a comprehensive framework and reference guide for Git version control administration, repository governance,… geeeeeeeeek/git-recipes — This project is an educational resource providing a detailed command reference, tutorial collections, and structured… progit/progit2 — This project is a comprehensive educational resource and guide for learning the Git version control system. It serves… agis/git-style-guide — This project is a version control style guide providing standardized rules for commit messages, branch naming, and… git-tips/tips — This project is a curated collection of command reference guides and workflow documentation for Git. It provides a… romulooliveira/commit-messages-guide — This project is a comprehensive guide to Git version control standards and best practices. It provides a set of…