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

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

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

1 个仓库

Awesome GitHub RepositoriesAbandoned Commit Realignment

Moving descendant commits to a new base after a parent commit has been rewritten.

Distinct from Commit Reverts: Focuses on realigning descendants after a rewrite rather than creating inverse revert commits.

Explore 1 awesome GitHub repository matching devops & infrastructure · Abandoned Commit Realignment. Refine with filters or upvote what's useful.

Awesome Abandoned Commit Realignment GitHub Repositories

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

    arxanas/git-branchless

    4,083在 GitHub 上查看↗

    git-branchless 是一套用于将更改组织为一系列单独提交而不是传统分支的工具。它作为一个堆叠提交管理器、历史记录操作工具和存储库状态审计器,旨在促进无分支的开发工作流。 该系统通过内存图操作脱颖而出,允许在不检出工作副本的情况下对复杂的提交子树进行变基、拆分和移动。它包括一个提交图可视化器,用于渲染隐藏的引用和废弃的节点,以及一个记录存储库事件以实现恢复先前项目状态的本地数据库。对于大型代码库,它利用稀疏索引和多线程执行来加速提交和合并操作。 该项目涵盖了广泛的功能,包括非线性图操作、提交演变跟踪和基于自定义查询的历史记录过滤。它通过工作空间快照和事件日志提供存储库恢复工具,以及用于跨顺序提交堆栈执行测试以识别回归提交的质量保证实用程序。

    Moves descendant commits to a new base after a parent commit is rewritten to maintain history sequence.

    Rustcligitworkflow
    在 GitHub 上查看↗4,083
  1. Home
  2. DevOps & Infrastructure
  3. Version Control and Management
  4. Version Control Utilities
  5. Commit History Management
  6. Initial Commit Resets
  7. Targeted Commit Resets
  8. Abandoned Commit Realignment