awesome-repositories.com
Blog
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
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

Awesome GitHub RepositoriesMutation Undo Operations

Reverts the commit graph to its state before the last modification command using a full mutation log.

Distinct from Commit Mutation Trackers: Distinct from Commit Mutation Trackers: focuses on undoing mutations by reverting the graph state, not on tracking mutation history for automatic rebasing.

Explore 2 awesome GitHub repositories matching development tools & productivity · Mutation Undo Operations. Refine with filters or upvote what's useful.

Awesome Mutation Undo Operations GitHub Repositories

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

    facebook/sapling

    6,885Vezi pe 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

    Reverts the commit graph to its state before the last modification command using a full mutation log.

    Rust
    Vezi pe GitHub↗6,885
  • arxanas/git-branchlessAvatar arxanas

    arxanas/git-branchless

    4,083Vezi pe GitHub↗

    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

    Allows reverting the commit graph to its state before a modification command using a mutation log.

    Rustcligitworkflow
    Vezi pe GitHub↗4,083
  1. Home
  2. Development Tools & Productivity
  3. Commit Management
  4. Commit Message Annotations
  5. Commit Amendments
  6. Commit Mutation Trackers
  7. Mutation Undo Operations