What problem does it solve?
Git Master prevents sprawling commits by enforcing atomic, multi-commit standards and guiding safe history edits so every feature stays traceable and rebase-ready.
Core Features & Use Cases
- Commit Architect clarifies which files belong together, splitting edits per directory, component, or revertability so large diffs become reviewable history.
- Rebase Surgeon ensures history rewriting is safe by checking style, stashing dirty work, avoiding rebasing main, and preferring force-with-lease once conflicts are resolved.
- History Archaeologist answers questions like when a change happened or who introduced a line with targeted git log, git blame, and git bisect guidance, ideal for debugging regressions or auditing contributions.
Quick Start
Ask Git Master to inspect staged changes, detect the language and style from recent commits, and generate the required multi-commit structure before rebasing or pushing.