Reference that teaches

Commands you can understand, not just copy.

Each reference explains what the command changes, how to reason about it, common failure modes, safe recovery, and realistic examples.

Git

git rebase

Learn git rebase through commit-graph reasoning, safe examples, conflict recovery, interactive cleanup, and practical guidance on when rebasing is the wrong choice.

Reviewed 2026-08-163 worked examples
Open command reference
Git

git merge

Learn git merge through commit-graph reasoning, fast-forward behavior, merge commits, conflict recovery, and safe collaboration scenarios.

Reviewed 2026-08-163 worked examples
Open command reference