Git Rebase: Interactive Rebasing and History Rewriting
Using git rebase — including interactive rebase, autosquash, and the tradeoffs of rewriting shared history.
1 post
Posts tagged rebase
Advanced Git: Rebasing, Internals, and Real-World Workflows
Rebase confidently, understand internals, and recover from anywhere.An advanced Git guide covering interactive rebasing, cherry-picking, bisect, Git internals (objects, refs, the .git directory), submodules, worktrees, hooks, reflog-based recovery, and real branching workflows.