1 Repo
Built-in commands to amend, rebase, and otherwise modify commits, with recovery from manipulation mistakes.
Distinct from Commit Amendments: Distinct from Commit Amendments: covers a broader set of first-class editing operations (amend, rebase, split, fold) with undo recovery, not just amending the most recent commit.
Explore 1 awesome GitHub repository matching development tools & productivity · First-Class Commit Editings. 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
Provides built-in commands to amend, rebase, and otherwise modify commits, with recovery from manipulation mistakes.