1 مستودع
Reverts the most recent amend operation, restoring the previous commit state.
Distinct from Commit Amendments: Distinct from Commit Amendments: focuses specifically on undoing an amend, not on performing the amend itself.
Explore 1 awesome GitHub repository matching development tools & productivity · Amend 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 most recent amend operation, restoring the previous commit state.