2 repository-uri
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.
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.
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.