1 repository
Maintenance of a timeline showing how individual commits evolve over time through amendments.
Distinct from Commit Tracking: Distinct from Commit Tracking: tracks the evolution of a specific commit's content over time rather than just updating the repo head.
Explore 1 awesome GitHub repository matching development tools & productivity · Commit Amendment Tracking. 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
Maintains a timeline of how individual commits change over time to track and revert amendments.