Tag: rebase
All the articles with the tag "rebase".
-
Rewriting History Precisely with git rebase -i and --onto
How interactive rebase gives you surgical control over commit history, and how --onto lets you transplant a branch segment onto any base.
-
Never Resolve the Same Conflict Twice with git rerere
How git rerere records conflict resolutions and automatically replays them — essential for long-running branches that regularly merge or rebase against a changing base.