1 repository
Inserting specific commits between existing commits to reorganize the order of changes.
Distinct from Commit Integrators: Distinct from candidate f14_mt3 as it focuses on the sequence positioning rather than applying changes to branches.
Explore 1 awesome GitHub repository matching development tools & productivity · Commit Sequence Insertions. Refine with filters or upvote what's useful.
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
Places specific commits between existing commits to reorganize the order of changes.