Command family

Git commands

Use these references to understand what a command changes, predict its effect, recover from mistakes, and choose safer alternatives when appropriate.

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.

Learn this command →

git merge

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

Learn this command →