3 repository-uri
Organizes a series of dependent commits into a linear stack for independent review and landing.
Distinct from Automated Commit Workflows: Distinct from Automated Commit Workflows: focuses on managing dependent commit stacks rather than automated commit sequences.
Explore 3 awesome GitHub repositories matching development tools & productivity · Dependent Commit Stacks. Refine with filters or upvote what's useful.
my-git este un framework cuprinzător și un ghid de referință pentru administrarea controlului versiunilor Git, guvernanța depozitelor și gestionarea lansărilor software. Oferă o abordare structurată pentru gestionarea ciclului de viață al dezvoltării software, de la ramificarea inițială a funcționalităților până la implementarea finală în producție. Proiectul se distinge printr-un framework de dezvoltare asistat de AI specializat. Acesta include fluxuri de lucru pentru gestionarea codului generat de AI prin revizuiri automate de diff, împărțirea commit-urilor bazată pe intenție și modele de guvernanță pentru coordonarea multi-agent și izolarea sesiunilor folosind worktrees. Baza de cod acoperă o suprafață largă de practici de inginerie, inclusiv automatizarea pipeline-ului CI/CD, guvernanța depozitelor enterprise și proceduri avansate de recuperare pentru restaurarea commit-urilor pierdute sau eliminarea datelor sensibile. Detaliază în continuare tiparele de colaborare, cum ar fi dezvoltarea bazată pe trunk, pull request-urile stivuite și sistemele de aprobare pe niveluri. Depozitul servește drept referință tehnică și manual de instrucțiuni pentru implementarea strategiilor standardizate de ramificare și a politicilor de securitate a depozitelor.
Represent large features as a dependency graph of small, interdependent commits to maintain review quality.
Sapling is a scalable version control system designed to handle repositories with millions of files and commits, making it suitable for large monorepos. It reads and writes Git repositories natively, maintaining full interoperability with Git remotes and standard workflows, and provides an interactive commit graph for exploring repository history and state. The system uses a bookmark-based branching model that eliminates named branches in favor of lightweight, movable labels for commits. It tracks how each commit was created, amended, rebased, or split through commit-graph-based mutation trac
Organizes dependent changes into stacks for independent review and landing.
git-branchless is a suite of tools for organizing changes as a sequence of individual commits instead of traditional branches. It functions as a stacked commit manager, history manipulation tool, and repository state auditor, designed to facilitate a branchless development workflow. The system distinguishes itself through in-memory graph manipulation, allowing for the rebasing, splitting, and moving of complex commit subtrees without checking out the working copy. It includes a commit graph visualizer that renders hidden references and abandoned nodes, alongside a local database that logs rep
Organizes changes as linear sequences of individual commits instead of using traditional branch-based isolation.