awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesStacked Pull Request Managers

Creates, updates, and manages stacks of dependent pull requests from the command line with review status visibility.

Distinct from Pull Request Management: Distinct from general Pull Request Management: focuses on managing stacks of dependent PRs rather than individual PRs.

Explore 2 awesome GitHub repositories matching devops & infrastructure · Stacked Pull Request Managers. Refine with filters or upvote what's useful.

Awesome Stacked Pull Request Managers GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • xirong/my-gitxirong 的头像

    xirong/my-git

    7,396在 GitHub 上查看↗

    my-git 是一个用于 Git 版本控制管理、仓库治理和软件发布管理的综合框架和参考指南。它提供了一种结构化的方法来管理软件开发生命周期,从初始功能分支到最终生产部署。 该项目的独特之处在于一个专门的 AI 辅助开发框架。这包括通过自动 Diff 审查管理 AI 生成代码的工作流、基于意图的提交拆分,以及使用工作树 (worktrees) 进行多智能体协调和会话隔离的治理模型。 该代码库涵盖了广泛的工程实践,包括 CI/CD 流水线自动化、企业仓库治理以及用于恢复丢失提交或清除敏感数据的高级恢复程序。它进一步详细说明了协作模式,如主干开发、堆叠式 Pull Request 和分层审批系统。 该仓库作为实施标准化分支策略和仓库安全策略的技术参考和指导手册。

    Decomposes large feature sets into a dependency graph of small interdependent pull requests to maintain review quality.

    Python
    在 GitHub 上查看↗7,396
  • facebook/saplingfacebook 的头像

    facebook/sapling

    6,885在 GitHub 上查看↗

    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

    Creates, updates, and manages stacks of dependent pull requests directly from the command line.

    Rust
    在 GitHub 上查看↗6,885
  1. Home
  2. DevOps & Infrastructure
  3. Version Control and Management
  4. Version Control Workflows
  5. Pull Request Management
  6. Stacked Pull Request Managers

探索子标签

  • Implementation StrategiesMethodologies for organizing large features into dependent, small pull requests to maintain reviewability. **Distinct from Stacked Pull Request Managers:** Focuses on the conceptual organization and strategy of stacking requests, whereas Stacked Pull Request Managers refers to the tooling that implements it.